python llmvlite: enum34 also for python 3.5
This commit is contained in:
parent
c4325afeed
commit
71fa5fb554
@ -8294,7 +8294,7 @@ let
|
|||||||
|
|
||||||
llvm = pkgs.llvm;
|
llvm = pkgs.llvm;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ llvm ] ++ optional (!isPy34) enum34;
|
propagatedBuildInputs = with self; [ llvm ] ++ optional (pythonOlder "3.4") enum34;
|
||||||
|
|
||||||
# Disable static linking
|
# Disable static linking
|
||||||
# https://github.com/numba/llvmlite/issues/93
|
# https://github.com/numba/llvmlite/issues/93
|
||||||
|
Loading…
x
Reference in New Issue
Block a user