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-toolbelt
|
||||
, requests-oauthlib
|
||||
, six
|
||||
, pytestCheckHook
|
||||
, responses
|
||||
, pythonOlder
|
||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
|||
requests
|
||||
requests-toolbelt
|
||||
requests-oauthlib
|
||||
six
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue