py-numba: fix py-llvmlite version (#10175)

This commit is contained in:
Matthias Wolf 2018-12-21 18:34:32 +01:00 committed by Adam J. Stewart
parent 7f095cee48
commit a3ecdf1f41

View File

@ -23,7 +23,7 @@ class PyNumba(PythonPackage):
# That's why it was chosen as an upper bound in the following depends_on
# calls. If newer versions maintain backwards compatibility, the calls
# can be updated accordingly.
depends_on('py-llvmlite@0.25', type=('build', 'run'), when='@0.40.1:')
depends_on('py-llvmlite@0.25:', type=('build', 'run'), when='@0.40.1:')
depends_on('py-llvmlite@0.20:0.25', type=('build', 'run'), when='@0.35.1')
depends_on('py-argparse', type=('build', 'run'))