Loading pkgs/development/python-modules/dukpy/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,12 @@ buildPythonPackage rec { hash = "sha256-8RDMz9SfBoUe7LQ9/atsZlJ/2uwLUb0hZxeYdsUOGpU="; }; postPatch = '' substituteInPlace tests/test_webassets_filter.py \ --replace-fail "class PyTestTemp" "class _Temp" \ --replace-fail "PyTestTemp" "Temp" ''; build-system = [ setuptools ]; dependencies = [ mutf8 ]; Loading Loading
pkgs/development/python-modules/dukpy/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,12 @@ buildPythonPackage rec { hash = "sha256-8RDMz9SfBoUe7LQ9/atsZlJ/2uwLUb0hZxeYdsUOGpU="; }; postPatch = '' substituteInPlace tests/test_webassets_filter.py \ --replace-fail "class PyTestTemp" "class _Temp" \ --replace-fail "PyTestTemp" "Temp" ''; build-system = [ setuptools ]; dependencies = [ mutf8 ]; Loading