GNU bug report logs -
#54798
[PATCH 0/5] Update python-jmespath to 1.0.0.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Fri, 8 Apr 2022 18:34:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 54798 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-botocore-for-awscli): Remove
variable.
---
gnu/packages/python-xyz.scm | 14 --------------
1 file changed, 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 @@ (define-public python-botocore
(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")
--
2.35.1
This bug report was last modified 3 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.