python3Packages.invoke: don't recompile bytecode
Has vendored code, a given .py might not be compatible
This commit is contained in:
parent
5d6f47c223
commit
1af7900cd2
@ -20,6 +20,9 @@ buildPythonPackage rec {
|
|||||||
# errors with vendored libs
|
# errors with vendored libs
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# has vendored python2 code
|
||||||
|
dontUsePythonRecompileBytecode = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Pythonic task execution";
|
description = "Pythonic task execution";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user