python.pkgs.py3to2: don't recompile bytecode
This commit is contained in:
parent
06aec42781
commit
bbd12947de
|
@ -24,6 +24,8 @@ buildPythonPackage rec {
|
|||
# Test failing due to upstream issue (https://bitbucket.org/amentajo/lib3to2/issues/50/testsuite-fails-with-new-python-35)
|
||||
doCheck = false;
|
||||
|
||||
dontUsePythonRecompileBytecode = true;
|
||||
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/amentajo/lib3to2";
|
||||
description = "Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible";
|
||||
|
|
Loading…
Reference in New Issue