python llmvlite: enum34 also for python 3.5

This commit is contained in:
Frederik Rietdijk 2015-10-29 09:06:29 +01:00
parent c4325afeed
commit 71fa5fb554

View file

@ -8294,7 +8294,7 @@ let
llvm = pkgs.llvm;
propagatedBuildInputs = with self; [ llvm ] ++ optional (!isPy34) enum34;
propagatedBuildInputs = with self; [ llvm ] ++ optional (pythonOlder "3.4") enum34;
# Disable static linking
# https://github.com/numba/llvmlite/issues/93