py-pyvcf: constrain py-setuptools to 0.57 (#29610)

This package can not use setuptools newer than 0.57 due to needing
features removed in later versions of setuptools.
This commit is contained in:
Glenn Johnson 2022-03-21 12:03:12 -05:00 committed by GitHub
parent fa554d763e
commit 2f3a31cef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ class PyPyvcf(PythonPackage):
version('0.6.8', sha256='e9d872513d179d229ab61da47a33f42726e9613784d1cb2bac3f8e2642f6f9d9')
version('0.6.0', sha256='d9ec3bbedb64fa35c2648a9c41fdefaedd3912ff597a436e073d27aeccf5de7c')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@:57', type='build')
depends_on('py-argparse', when='^python@:2.6,3.0:3.1', type=('build', 'run'))
depends_on('py-counter', when='^python@:2.6', type=('build', 'run'))
depends_on('py-ordereddict', when='^python@:2.6', type=('build', 'run'))