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 2 , buildPythonPackage 3 3 , fetchFromGitHub 4 4 , pytestCheckHook 5 + , six 5 6 }: 6 7 7 8 buildPythonPackage rec { ··· 19 20 patchShebangs tests/cgiapp_data/ 20 21 ''; 21 22 22 - # propagatedBuildInputs = [ six ]; 23 + propagatedBuildInputs = [ six ]; 23 24 24 25 checkInputs = [ pytestCheckHook ]; 25 26