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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];