1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 11:11:12 +02:00

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.
This commit is contained in:
Marius Bakke
2021-11-12 16:41:55 +01:00
parent eeecee1de8
commit d67a5a8a49

View File

@@ -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")