python3Packages.flickrapi: propagate six
This commit is contained in:
parent
9641ef024d
commit
b6f6f1f7d5
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, requests
|
, requests
|
||||||
, requests-toolbelt
|
, requests-toolbelt
|
||||||
, requests-oauthlib
|
, requests-oauthlib
|
||||||
|
, six
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, responses
|
, responses
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||||
requests
|
requests
|
||||||
requests-toolbelt
|
requests-toolbelt
|
||||||
requests-oauthlib
|
requests-oauthlib
|
||||||
|
six
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue