lol

python39Packages.paste: add six dependency back (#148501)

authored by

Sandro and committed by
GitHub
143da123 0c7cc649

+2 -1
+2 -1
pkgs/development/python-modules/paste/default.nix
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , pytestCheckHook 5 }: 6 7 buildPythonPackage rec { ··· 19 patchShebangs tests/cgiapp_data/ 20 ''; 21 22 - # propagatedBuildInputs = [ six ]; 23 24 checkInputs = [ pytestCheckHook ]; 25
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , pytestCheckHook 5 + , six 6 }: 7 8 buildPythonPackage rec { ··· 20 patchShebangs tests/cgiapp_data/ 21 ''; 22 23 + propagatedBuildInputs = [ six ]; 24 25 checkInputs = [ pytestCheckHook ]; 26