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

This commit is contained in:
Sandro
2021-12-05 06:46:31 +01:00
committed by GitHub
parent 0c7cc64922
commit 143da12376
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, six
}:
buildPythonPackage rec {
@@ -19,7 +20,7 @@ buildPythonPackage rec {
patchShebangs tests/cgiapp_data/
'';
# propagatedBuildInputs = [ six ];
propagatedBuildInputs = [ six ];
checkInputs = [ pytestCheckHook ];