Fix py-deap py-setuptools dependency (#31014)

This commit is contained in:
Brice Videau 2022-06-07 09:57:44 -05:00 committed by GitHub
parent 0c66446437
commit 560472ce3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,5 @@ class PyDeap(PythonPackage):
version('1.3.1', sha256='11f54493ceb54aae10dde676577ef59fc52d52f82729d5a12c90b0813c857a2f')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@:57', type='build')
depends_on('py-numpy', type=('build', 'run'))