all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 54798@debbugs.gnu.org, "Ludovic Courtès" <ludo@gnu.org>
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#54798] [PATCH v2 3/4] gnu: Remove python-botocore-for-awscli.
Date: Sun, 17 Apr 2022 20:04:21 +0000	[thread overview]
Message-ID: <20220417200422.5317-4-felgru@posteo.net> (raw)
In-Reply-To: <20220417200422.5317-1-felgru@posteo.net>

* 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





  parent reply	other threads:[~2022-04-17 20:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08 18:33 [bug#54798] [PATCH 0/5] Update python-jmespath to 1.0.0 Felix Gruber
2022-04-08 18:37 ` [bug#54798] [PATCH 1/5] gnu: python-jmespath: Update " Felix Gruber
2022-04-08 18:37 ` [bug#54798] [PATCH 2/5] gnu: python-botocore: Update to 1.24.34 Felix Gruber
2022-04-08 18:37 ` [bug#54798] [PATCH 3/5] gnu: python-boto3: Update to 1.21.34 Felix Gruber
2022-04-08 18:37 ` [bug#54798] [PATCH 4/5] gnu: awscli: Update to 1.22.89 Felix Gruber
2022-04-08 18:37 ` [bug#54798] [PATCH 5/5] gnu: python-moto: Update to 3.1.4 Felix Gruber
2022-04-15 17:04 ` [bug#54798] [PATCH 0/5] Update python-jmespath to 1.0.0 Ludovic Courtès
2022-04-17 20:04   ` [bug#54798] [PATCH v2 0/4] " Felix Gruber
2022-04-17 20:04     ` [bug#54798] [PATCH v2 1/4] gnu: python-jmespath: Update " Felix Gruber
2022-04-17 20:04     ` [bug#54798] [PATCH v2 2/4] gnu: awscli: Update to 1.22.90 Felix Gruber
2022-04-17 21:00       ` Maxime Devos
2022-04-18 11:43         ` [bug#54798] [PATCH v3 " Felix Gruber
2022-04-17 20:04     ` Felix Gruber [this message]
2022-04-17 20:04     ` [bug#54798] [PATCH v2 4/4] gnu: Remove python-pyyaml-for-awscli Felix Gruber
2022-04-18 21:06     ` bug#54798: [PATCH v2 0/4] Update python-jmespath to 1.0.0 Ludovic Courtès
2022-04-20 19:06   ` [bug#54798] [PATCH 0/5] " zimoun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220417200422.5317-4-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=54798@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.