From 9de4964bac7ea861ae96b2c404eb7c1496795969 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 25 Feb 2025 11:09:28 +0100 Subject: [PATCH] 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 --- 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 23c55dbc485..7c97a563e2b 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 3cdc4f6f2ac..43436cd9b3e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30883,7 +30883,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