diff options
| author | worldofpeace <worldofpeace@users.noreply.github.com> | 2019-03-14 13:37:17 -0400 |
|---|---|---|
| committer | Robert Schütz <robert.schuetz@stud.uni-heidelberg.de> | 2019-03-15 10:17:14 +0100 |
| commit | fb2af2a5741a40372c368a3e701b6c035cd9d0d0 (patch) | |
| tree | 3c5af325ba94bf84acf5732f44736a9a66e95e22 /pkgs/development/python-modules/google-api-python-client | |
| parent | 72679615a102ed8a74aa4971c0288f136bb4726b (diff) | |
python.pkgs.google_api_python_client: conditionally override for python2.7
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
| -rw-r--r-- | pkgs/development/python-modules/google-api-python-client/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix index 89c7c6b8df80..291d038258fb 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -4,7 +4,6 @@ buildPythonPackage rec { pname = "google-api-python-client"; version = "1.7.8"; - #disabled = !isPy3k; # TODO: Python 2.7 was deprecated but weboob still depends on it. src = fetchPypi { inherit pname version; |
