diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-25 11:09:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:36 +0100 |
| commit | 84d448688a427b714a92957a879fd8680f172b82 (patch) | |
| tree | 5f08868f1232415d7eba4adf9a4d2aaf180e3b32 /gnu/packages | |
| parent | cd0a53d17f644d2138dd99455644a2854ad56e4c (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-science.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 1 | ||||
| -rw-r--r-- | gnu/packages/shells.scm | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 9a140b93377..1f958613ead 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2898,7 +2898,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 af9e017b4cf..45d175d7423 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31031,7 +31031,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 cb2d00c74a2..0f82b205a0c 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 |
