python3Packages.flickrapi: propagate six

main
Martin Weinelt 2 years ago committed by Jonathan Ringer
parent 9641ef024d
commit b6f6f1f7d5
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 2
      pkgs/development/python-modules/flickrapi/default.nix

@ -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…
Cancel
Save