summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 17:01:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:37 +0100
commit850e0ddd5c7ddb40624983f1884a59cec35483da (patch)
tree5f0b6cd9f649de88cffdc46b7f5440528b8d1464 /gnu/packages
parentcfdb037979bcc1d00a72a2977fb1544bfc129b75 (diff)
gnu: python-cplot: Remove python-wheel.
* gnu/packages/python-xyz.scm (python-cplot): [native-inputs]: Remove python-wheel.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 968eb8887f4..9e9a06c47a6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13688,18 +13688,17 @@ plots with a minimalistic style.")
13688 (version "0.9.3") 13688 (version "0.9.3")
13689 (source 13689 (source
13690 (origin 13690 (origin
13691 (method git-fetch) ;for tests 13691 (method git-fetch)
13692 (uri (git-reference 13692 (uri (git-reference
13693 (url "https://github.com/nschloe/cplot") 13693 (url "https://github.com/nschloe/cplot")
13694 (commit (string-append "v" version)))) 13694 (commit (string-append "v" version))))
13695 (file-name (git-file-name name version)) 13695 (file-name (git-file-name name version))
13696 (sha256 13696 (sha256
13697 (base32 "0zk7hpq358sbympmkms7w2wjs7nw8mdfvkvdasblg2nhqayv42qz")))) 13697 (base32 "0zk7hpq358sbympmkms7w2wjs7nw8mdfvkvdasblg2nhqayv42qz"))))
13698 (build-system pyproject-build-system) 13698 (build-system pyproject-build-system)
13699 (native-inputs 13699 (native-inputs
13700 (list python-pytest 13700 (list python-pytest
13701 python-setuptools 13701 python-setuptools))
13702 python-wheel))
13703 (propagated-inputs 13702 (propagated-inputs
13704 (list python-matplotlib 13703 (list python-matplotlib
13705 python-matplotx 13704 python-matplotx