* py-pyfaidx: tweak dependencies; fixes #12445 * py-pyfaidx: add suggestions for #12446
This commit is contained in:
parent
39ad0efb9a
commit
64de824cf6
1 changed files with 4 additions and 1 deletions
|
@ -14,4 +14,7 @@ class PyPyfaidx(PythonPackage):
|
|||
|
||||
version('0.5.5.2', sha256='9ac22bdc7b9c5d995d32eb9dc278af9ba970481636ec75c0d687d38c26446caa')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-setuptools@0.7:', type=('build', 'run'))
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
depends_on('py-ordereddict', type=('build', 'run'), when='^python@:2.6')
|
||||
depends_on('py-argparse', type=('build', 'run'), when='^python@:2.6')
|
||||
|
|
Loading…
Reference in a new issue