Loading pkgs/development/python-modules/zfec/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ , buildPythonPackage , fetchPypi , pyutil , setuptoolsTrial , twisted }: Loading @@ -17,12 +16,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ pyutil ]; nativeCheckInputs = [ setuptoolsTrial twisted ]; nativeCheckInputs = [ twisted ]; # argparse is in the stdlib but zfec doesn't know that. postPatch = '' sed -i -e '/argparse/d' setup.py ''; checkPhase = "trial zfec"; pythonImportsCheck = [ "zfec" ]; Loading Loading
pkgs/development/python-modules/zfec/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ , buildPythonPackage , fetchPypi , pyutil , setuptoolsTrial , twisted }: Loading @@ -17,12 +16,9 @@ buildPythonPackage rec { propagatedBuildInputs = [ pyutil ]; nativeCheckInputs = [ setuptoolsTrial twisted ]; nativeCheckInputs = [ twisted ]; # argparse is in the stdlib but zfec doesn't know that. postPatch = '' sed -i -e '/argparse/d' setup.py ''; checkPhase = "trial zfec"; pythonImportsCheck = [ "zfec" ]; Loading