sharlatan pushed a commit to branch python-team
in repository guix.
commit 2fd7b5fb17c89551a737a048f552bac39469db32
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 7 20:44:25 2024 +0000
gnu: python-cplot: Adjust inputs.
* gnu/packages/python-xyz.scm (python-cplot) [native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie73c88278249a1efb8c710f1d9b5438a76b88df7
---
gnu/packages/python-xyz.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8f7cfb11b3..1cc733d1ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9897,11 +9897,15 @@ clean plots with a minimalistic style.")
(sha256
(base32 "0zk7hpq358sbympmkms7w2wjs7nw8mdfvkvdasblg2nhqayv42qz"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-matplotlib
- python-matplotx
- python-npx
- python-numpy))
- (native-inputs (list python-pytest))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-matplotlib
+ python-matplotx
+ python-npx
+ python-numpy))
(home-page "https://github.com/nschloe/cplot")
(synopsis "Plot complex-valued functions")
(description "@code{cplot} is a Python library for plotting