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:
Matthias Diener 2019-02-08 09:33:13 -06:00 committed by Axel Huebl
parent 5623ac3d6b
commit ff67009161

View File

@ -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')