summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-11-12 16:41:55 +0100
committerMarius Bakke <marius@gnu.org>2021-11-15 00:25:06 +0100
commitd67a5a8a490e58bc645793128a25d642ccb96e83 (patch)
tree150bdb596f6480284429250e9843df996ec83a3e /gnu/packages/python-web.scm
parenteeecee1de819b77e4683f9b5534832963603114e (diff)
downloadguix-patches-d67a5a8a490e58bc645793128a25d642ccb96e83.tar
guix-patches-d67a5a8a490e58bc645793128a25d642ccb96e83.tar.gz
gnu: Remove python2-google-api-client.
Some of its dependencies no longer support Python 2. * gnu/packages/python-web.scm (python2-google-api-client): Remove variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 608276325f..59e8145cef 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4393,9 +4393,6 @@ Google search engine. Its module is called @code{googlesearch}.")
(description "Python client library for Google's discovery based APIs")
(license license:asl2.0)))
-(define-public python2-google-api-client
- (package-with-python2 python-google-api-client))
-
(define-public python-hawkauthlib
(package
(name "python-hawkauthlib")