remove remaining lzma dependencies (#10553)
This commit is contained in:
parent
6e38423d1c
commit
068eefb4f5
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@ class ManDb(AutotoolsPackage):
|
|||
# man pages are typically compressed, include all available
|
||||
# compression libraries
|
||||
depends_on('bzip2', type=('build', 'link', 'run'))
|
||||
depends_on('lzma', type=('build', 'link', 'run'))
|
||||
depends_on('xz', type=('build', 'link', 'run'))
|
||||
|
||||
def configure_args(self):
|
||||
|
|
|
@ -16,7 +16,7 @@ class Pxz(MakefilePackage):
|
|||
version('develop', branch='master')
|
||||
version('4.999.9beta.20091201git', '4ae3926185978f5c95c9414dc4634451')
|
||||
|
||||
depends_on('lzma')
|
||||
depends_on('xz')
|
||||
|
||||
conflicts('platform=darwin', msg='Pxz runs only on Linux.')
|
||||
|
||||
|
|
Loading…
Reference in a new issue