python3Packages.flickrapi: propagate six

This commit is contained in:
Martin Weinelt 2022-06-06 01:59:59 +02:00 committed by Jonathan Ringer
parent 9641ef024d
commit b6f6f1f7d5
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -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 = [