libarchive: remove lzma dependency (#10517)
lzma was last updated in 2008 and has compilation issues on some platforms. The format has been superceded by xz (see e.g. https://tukaani.org/xz/).
This commit is contained in:
parent
5623ac3d6b
commit
ff67009161
@ -21,7 +21,6 @@ class Libarchive(AutotoolsPackage):
|
||||
|
||||
depends_on('zlib')
|
||||
depends_on('bzip2')
|
||||
depends_on('lzma')
|
||||
depends_on('lz4')
|
||||
depends_on('xz')
|
||||
depends_on('lzo')
|
||||
|
Loading…
Reference in New Issue
Block a user