py-numba package: Depend on py-setuptools so an egg isn't built (#10964)

This commit is contained in:
ajw1980 2019-03-26 14:42:57 -05:00 committed by Peter Scheibel
parent 4b76602914
commit 994b8afedc

View file

@ -18,6 +18,7 @@ class PyNumba(PythonPackage):
depends_on('python@3.3:3.7.9999', type=('build', 'run'), when='@0.40.1:')
depends_on('python@3.3:3.6.9999', type=('build', 'run'), when='@:0.35.0')
depends_on('py-numpy@1.10:1.99', type=('build', 'run'))
depends_on('py-setuptools', type='build')
# Note: As of 1 Nov 2018, 0.25 was the latest version of py-llvmlite.
# That's why it was chosen as an upper bound in the following depends_on