mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-openpyxl: Reduce closure size.
* gnu/packages/python-xyz.scm (python-openpyxl): [propagated-inputs]: Remove python-jdcal - not listed in install dependencies. [native-inputs]: Remove python-wheel. Change-Id: I862613faafe2c4fae4c85b26b38a882ea84f12b5
This commit is contained in:
parent
5f2d558baf
commit
39f0bac0f1
1 changed files with 9 additions and 8 deletions
|
@ -5701,18 +5701,19 @@ server.")
|
||||||
;; PyPI releases.
|
;; PyPI releases.
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
(uri (hg-reference
|
(uri (hg-reference
|
||||||
(url "https://foss.heptapod.net/openpyxl/openpyxl")
|
(url "https://foss.heptapod.net/openpyxl/openpyxl")
|
||||||
(changeset version)))
|
(changeset version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
|
(base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-lxml
|
(native-inputs
|
||||||
python-pillow
|
(list python-lxml
|
||||||
python-pytest
|
python-pillow
|
||||||
python-setuptools
|
python-pytest
|
||||||
python-wheel))
|
python-setuptools))
|
||||||
(propagated-inputs (list python-et-xmlfile python-jdcal))
|
(propagated-inputs
|
||||||
|
(list python-et-xmlfile))
|
||||||
(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")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue