mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a0f4fabd78
commit
c36c7373ac
1 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue