guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7887a0ce5a05f54326ece5b9b0798618255138ad
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 11:09:28 2025 +0100

    gnu: Remove python-pip native-input from some packages.
    
    Remove python-pip from [native-inputs] in the following packages as not
    required for build/tests/install:
    
    * gnu/packages/python-science.scm: (python-scikit-build-core)
    * gnu/packages/python-xyz.scm: (python-pypandoc)
    * gnu/packages/shells.scm: (xonsh)
    
    Change-Id: I26579cf868b1e56d075b5c8d8ef7914feee44bcb
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-science.scm | 1 -
 gnu/packages/python-xyz.scm     | 1 -
 gnu/packages/shells.scm         | 1 -
 3 files changed, 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 23c55dbc48..7c97a563e2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2869,7 +2869,6 @@ genetic variation data.")
                          python-hatch-vcs
                          python-hatchling
                          python-numpy
-                         python-pip
                          python-pypa-build
                          python-pytest
                          python-pytest-subprocess
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 210204645b..a3b7defe66 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30925,7 +30925,6 @@ By default it uses the open Python vulnerability 
database Safety DB.")
                   texlive-lm
                   texlive-regexpatch
                   texlive-xcolor))
-           python-pip
            python-poetry-core
            python-setuptools))
     (inputs (list pandoc python-pandocfilters))
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index cb2d00c74a..0f82b205a0 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -682,7 +682,6 @@ ksh, and tcsh.")
                    (setenv "HOME" "/tmp"))))))
     (native-inputs
      (list git-minimal
-           python-pip
            python-pyte
            python-pytest
            python-pytest-mock

Reply via email to