diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-09-28 17:45:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 17:45:16 +0200 |
commit | 6c33047514d1c6f4198530cc4152c9dee2e4999a (patch) | |
tree | 7a8a03c79ce53de990eeb4e3da2f166b360b0bb5 | |
parent | 3c5a4157b019d014a390db30c9a1c600ba6db4c1 (diff) | |
download | spack-6c33047514d1c6f4198530cc4152c9dee2e4999a.tar.gz spack-6c33047514d1c6f4198530cc4152c9dee2e4999a.tar.bz2 spack-6c33047514d1c6f4198530cc4152c9dee2e4999a.tar.xz spack-6c33047514d1c6f4198530cc4152c9dee2e4999a.zip |
Squashfs is a makefilepackage (#26300)
-rw-r--r-- | var/spack/repos/builtin/packages/squashfs/package.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/squashfs/package.py b/var/spack/repos/builtin/packages/squashfs/package.py index 03d01dca30..ae6601c72c 100644 --- a/var/spack/repos/builtin/packages/squashfs/package.py +++ b/var/spack/repos/builtin/packages/squashfs/package.py @@ -33,11 +33,6 @@ class Squashfs(MakefilePackage): conflicts('squashfs~xz default_compression=xz', msg='Cannot set default compression to missing algorithm') conflicts('squashfs~zstd default_compression=zstd', msg='Cannot set default compression to missing algorithm') - depends_on('m4', type='build') - depends_on('autoconf', type='build') - depends_on('automake', type='build') - depends_on('libtool', type='build') - depends_on('zlib', when='+gzip') depends_on('lz4', when='+lz4') depends_on('lzo', when='+lzo') |