refine setuptools version to avoid spec conflict (#19384)

This commit is contained in:
darmac 2020-10-20 23:56:05 +08:00 committed by GitHub
parent 0253f0af29
commit 0d1002750e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,6 @@ class Ambari(PythonPackage):
version('2.7.1', sha256='ea4eb28f377ce9d0b9b7648f2020dda4be974c6d9a22ebaafbf1bc97890e4e42')
depends_on('python@:2.7.999', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@:44.99.99', type='build')
depends_on('py-mock', type='test')
depends_on('py-coilmq', type=('build', 'run'))