python3Packages.responses: propagate six

This commit is contained in:
Martin Weinelt 2022-01-17 03:35:08 +01:00
parent 7b0380172b
commit 1071f94fde

View file

@ -5,6 +5,7 @@
, pytestCheckHook
, pythonOlder
, requests
, six
, urllib3
}:
@ -22,6 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
six
urllib3
];