diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-08-05 18:01:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:30:00 +0700 |
commit | 5142afcf858952ffc8d990896649163899de4797 (patch) | |
tree | 8cf23f6cc4c002eb53c88992861a1e050c8b910c | |
parent | e16001048ed582ebfec379a95e55f520299dfaa2 (diff) |
python/google-api-python-client: Change the dep to python2-httplib2.
This happens because httplib2 has been splitted
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/google-api-python-client/google-api-python-client.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google-api-python-client/google-api-python-client.info b/python/google-api-python-client/google-api-python-client.info index 002cae28a436..eaa5f321cd58 100644 --- a/python/google-api-python-client/google-api-python-client.info +++ b/python/google-api-python-client/google-api-python-client.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/google/google-api-python-client/archive/v1.6.2.tar. MD5SUM="fc4baf6123229ba1f82c74b6118c0acc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="httplib2 python2-uri-templates python2-oauth2client" +REQUIRES="python2-httplib2 python2-uri-templates python2-oauth2client" MAINTAINER="Marcel Saegebarth" EMAIL="marc@mos6581.de" |