python3Packages.homeconnect: propagate six

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

@ -4,6 +4,7 @@
, requests
, requests-oauthlib
, pythonOlder
, six
}:
buildPythonPackage rec {
@ -21,6 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
requests
requests-oauthlib
six
];
# Project has no tests

Loading…
Cancel
Save