guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/21: gnu: python-cmyt: Adjust inputs.


From: guix-commits
Subject: 02/21: gnu: python-cmyt: Adjust inputs.
Date: Thu, 7 Nov 2024 17:08:58 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 211a6350a2a3cf43b078373de118f260a04bf150
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Nov 7 09:40:26 2024 +0000

    gnu: python-cmyt: Adjust inputs.
    
    * gnu/packages/astronomy.scm (python-cmyt) [native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I2c6095568c19eb9386b556ce48546d5d9fb910be
---
 gnu/packages/astronomy.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e0cb2482dc..5ee899e701 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3469,9 +3469,14 @@ attempting to maintain ISTP compliance
         (base32 "1zabmckr1z637pfqqvlkj0asfqqvx2x92163dby8x0c8yiqgdvjb"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-colorspacious python-pytest python-pytest-mpl))
+     (list python-colorspacious
+           python-pytest
+           python-pytest-mpl
+           python-setuptools
+           python-wheel))
     (propagated-inputs
-     (list python-matplotlib python-numpy))
+     (list python-matplotlib
+           python-numpy))
     (home-page "https://yt-project.org/";)
     (synopsis "Matplotlib colormaps from the yt project")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]