Skip to content
Snippets Groups Projects
Commit 994b8afe authored by ajw1980's avatar ajw1980 Committed by Peter Scheibel
Browse files

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

parent 4b766029
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ class PyNumba(PythonPackage): ...@@ -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.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('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-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. # 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 # That's why it was chosen as an upper bound in the following depends_on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment