unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
To: 63277@debbugs.gnu.org
Cc: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Subject: bug#63277: [PATCH 3/5] gnu: conda: Remove python-anaconda-client dependency.
Date: Mon,  8 May 2023 14:04:39 +0200	[thread overview]
Message-ID: <49e908fe2967fc31209c1fbce36370969b209daa.1683547087.git.hugo@buddelmeijer.nl> (raw)
In-Reply-To: <324846ea5414ea4c382de41e604c19d8566c7cf6.1683547087.git.hugo@buddelmeijer.nl>

* gnu/packages/package-management.scm (conda): Remove python-anaconda-client dependency.
---
 gnu/packages/package-management.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 1ebc95077b..2e2c116c33 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1101,23 +1101,21 @@ (define-public conda
     (inputs
      (list python-wrapper))
     (propagated-inputs
-     (list python-anaconda-client
-           python-boto3
+     (list python-boto3
            python-conda-package-handling
            python-cytoolz
            python-pluggy
            python-pycosat
-           python-pytest
            python-pyyaml
            python-requests
            python-responses
            python-ruamel.yaml
-           python-tqdm
-           ;; XXX: This is dragged in by libarchive and is needed at runtime.
-           zstd))
+           python-tqdm))
     (native-inputs
      (list python-coverage
            python-flaky
+           python-mock
+           python-pytest
            python-pytest-timeout
            python-pytest-xprocess))
     (home-page "https://github.com/conda/conda")
-- 
2.39.2





  parent reply	other threads:[~2023-05-08 12:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-04 14:46 bug#63277: python-anaconda-client and conda fail Etienne B. Roesch
2023-05-08 11:31 ` Hugo Buddelmeijer
2023-05-08 12:04 ` bug#63277: [PATCH 1/5] gnu: Add python-conda-package-streaming Hugo Buddelmeijer
2023-05-08 12:04   ` bug#63277: [PATCH 2/5] gnu: python-conda-package-handling: Update to 2.1.0 Hugo Buddelmeijer
2023-05-08 12:04   ` Hugo Buddelmeijer [this message]
2023-05-08 12:04   ` bug#63277: [PATCH 4/5] gnu: python-defusedxml: Update to 0.7.1 Hugo Buddelmeijer
2023-05-08 12:04   ` bug#63277: [PATCH 5/5] gnu: python-anaconda-client: Update to 1.11.2 Hugo Buddelmeijer
2023-05-08 12:22 ` bug#63277: python-anaconda-client and conda fail Hugo Buddelmeijer
2023-09-11  8:08   ` Hugo Buddelmeijer
2023-09-11 16:21     ` Simon Tournier

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=49e908fe2967fc31209c1fbce36370969b209daa.1683547087.git.hugo@buddelmeijer.nl \
    --to=hugo@buddelmeijer.nl \
    --cc=63277@debbugs.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).