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
This commit is contained in:
Ricardo Wurmus 2024-05-06 14:37:34 +02:00 committed by Sharlatan Hellseher
parent a0f4fabd78
commit c36c7373ac
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4386,7 +4386,11 @@ server.")
(sha256 (sha256
(base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9")))) (base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9"))))
(build-system pyproject-build-system) (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)) (propagated-inputs (list python-et-xmlfile python-jdcal))
(home-page "https://openpyxl.readthedocs.io") (home-page "https://openpyxl.readthedocs.io")
(synopsis "Python library to read/write Excel 2010 XLSX/XLSM files") (synopsis "Python library to read/write Excel 2010 XLSX/XLSM files")