snapcraft: depend on squashfs
Closes #16968. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
4ab6295f4d
commit
3c13fcd83f
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ class Snapcraft < Formula
|
|||
homepage "https://snapcraft.io/"
|
||||
url "https://files.pythonhosted.org/packages/bb/9c/a4361b89e478e5459678908692251636d43d14d88c56b8ff53dd239cadec/snapcraft-2.33.tar.gz"
|
||||
sha256 "269ed290dc7853e812852b24a5ffb7cdae5f8351afee17769f0c849043c70ac9"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -17,6 +18,7 @@ class Snapcraft < Formula
|
|||
depends_on "libsodium"
|
||||
depends_on "libyaml"
|
||||
depends_on "lxc"
|
||||
depends_on "squashfs"
|
||||
depends_on :python3
|
||||
|
||||
resource "cffi" do
|
||||
|
|
Loading…
Reference in a new issue