python3Packages.responses: propagate six

This commit is contained in:
Martin Weinelt
2022-01-23 01:09:34 +01:00
parent 7b0380172b
commit 1071f94fde
@@ -5,6 +5,7 @@
, pytestCheckHook
, pythonOlder
, requests
, six
, urllib3
}:
@@ -22,6 +23,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
six
urllib3
];