diff options
author | Felix Gruber <felgru@posteo.net> | 2022-04-17 20:04:21 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-18 23:02:35 +0200 |
commit | 4810100db6d841794cf50c02807394eb265e5432 (patch) | |
tree | 9e93bea834fb729377b7f8f3dc9ab5dcb6bab182 | |
parent | 7cf080aa71872523dc3dbe856967e4fa5a76030b (diff) | |
download | guix-4810100db6d841794cf50c02807394eb265e5432.tar.gz |
gnu: Remove python-botocore-for-awscli.
* gnu/packages/python-xyz.scm (python-botocore-for-awscli): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 101204a5d5..ad4e05bb0d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14664,20 +14664,6 @@ interface to the Amazon Web Services (AWS) API.") (define-public python2-botocore (package-with-python2 python-botocore)) -(define-public python-botocore-for-awscli - ;; Note: When updating botocore, also make sure that boto3 and awscli - ;; are compatible. - (package - (inherit python-botocore) - (version "1.22.11") - (source - (origin - (method url-fetch) - (uri (pypi-uri "botocore" version)) - (sha256 - (base32 - "1z7g2scyzvfq4yj9b4w911k7802ry1v6lqfnwq12l0ak7ywmsvrh")))))) - (define-public python-boto3 (package (name "python-boto3") |