summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/google-api-python-client
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-14 13:37:17 -0400
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-15 10:17:14 +0100
commitfb2af2a5741a40372c368a3e701b6c035cd9d0d0 (patch)
tree3c5af325ba94bf84acf5732f44736a9a66e95e22 /pkgs/development/python-modules/google-api-python-client
parent72679615a102ed8a74aa4971c0288f136bb4726b (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.nix1
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;