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
|
||||
, pythonOlder
|
||||
, requests
|
||||
, six
|
||||
, urllib3
|
||||
}:
|
||||
|
||||
|
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
six
|
||||
urllib3
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue