python3Packages.responses: propagate six
This commit is contained in:
parent
7b0380172b
commit
1071f94fde
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
, requests
|
||||||
|
, six
|
||||||
, urllib3
|
, urllib3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
requests
|
requests
|
||||||
|
six
|
||||||
urllib3
|
urllib3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue