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