py-numba package: Depend on py-setuptools so an egg isn't built (#10964)
This commit is contained in:
parent
4b76602914
commit
994b8afedc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue