python.pkgs.google_api_python_client: conditionally override for python2.7
This commit is contained in:
committed by
Robert Schütz
parent
72679615a1
commit
fb2af2a574
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user