guix-commits
[Top][All Lists]
Advanced

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

60/361: gnu: python-openpyxl: Add Setuptools and Wheel.


From: guix-commits
Subject: 60/361: gnu: python-openpyxl: Add Setuptools and Wheel.
Date: Thu, 21 Nov 2024 06:28:49 -0500 (EST)

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

commit 85b15df73b59890ea779c4d4798e7b92f1165e76
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 14:37:34 2024 +0200

    gnu: python-openpyxl: Add Setuptools and Wheel.
    
    * gnu/packages/python-xyz.scm (python-openpyxl)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I38368e62af3ab117141cd42bf8181fdb5b1f59fb
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a2705f6ab..6f68365b41 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4386,7 +4386,11 @@ server.")
        (sha256
         (base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-lxml python-pillow python-pytest))
+    (native-inputs (list python-lxml
+                         python-pillow
+                         python-pytest
+                         python-setuptools
+                         python-wheel))
     (propagated-inputs (list python-et-xmlfile python-jdcal))
     (home-page "https://openpyxl.readthedocs.io";)
     (synopsis "Python library to read/write Excel 2010 XLSX/XLSM files")



reply via email to

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