me
/
guix
Archived
1
0
Fork 0

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>
master
Felix Gruber 2022-04-17 20:04:21 +00:00 committed by Ludovic Courtès
parent 7cf080aa71
commit 4810100db6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 14 deletions

View File

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