[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: Remove python-botocore-for-awscli.
From: |
guix-commits |
Subject: |
05/14: gnu: Remove python-botocore-for-awscli. |
Date: |
Mon, 18 Apr 2022 17:27:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4810100db6d841794cf50c02807394eb265e5432
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Apr 17 20:04:21 2022 +0000
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>
---
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 @@ 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")
- branch master updated (237d90a780 -> 6b677f4299), guix-commits, 2022/04/18
- 03/14: gnu: python-jmespath: Update to 1.0.0., guix-commits, 2022/04/18
- 05/14: gnu: Remove python-botocore-for-awscli.,
guix-commits <=
- 08/14: gnu: mousepad: Update to 0.5.9., guix-commits, 2022/04/18
- 07/14: gnu: orage: Update to 4.16.0., guix-commits, 2022/04/18
- 04/14: gnu: awscli: Update to 1.22.90., guix-commits, 2022/04/18
- 02/14: gnu: nss-certs: Support cross-compilation., guix-commits, 2022/04/18
- 06/14: gnu: Remove python-pyyaml-for-awscli., guix-commits, 2022/04/18
- 10/14: gnu: Add python-quart., guix-commits, 2022/04/18
- 13/14: gnu: emacs-chess: Fix path to pieces., guix-commits, 2022/04/18
- 01/14: gnu: ntp: Support cross-compilation., guix-commits, 2022/04/18
- 14/14: services: ipfs: Adjust for Shepherd 0.9., guix-commits, 2022/04/18
- 09/14: gnu: janet: Update to 1.21.1., guix-commits, 2022/04/18