summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-08-24 19:14:27 +0200
committerjgart <jgart@dismail.de>2025-08-26 09:30:00 -0500
commite437737a92ab285d47ada7277579702eef42b99a (patch)
tree1799e874f738ec7d8bed5b94f3844694b247b5cc /gnu/packages/python-xyz.scm
parent39eecca8b5577dd162f03bb6b2368953ba6132c4 (diff)
gnu: python-pyvips: Remove python-pyperf native-input.
* gnu/packages/python-xyz.scm (python-pyvips)[native-inputs]: Remove python-pyperf. Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c792280d6d6..772100f0f96 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13026,7 +13026,6 @@ data, and scientific formats.")
(build-system pyproject-build-system)
(native-inputs
(list pkg-config
- python-pyperf
python-pytest
python-setuptools
python-wheel))