~ruther/guix-local

1fbaa8a408f7f03a5105160b7fc0d9a84fa06a16 — Sharlatan Hellseher 7 months ago c34260c
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
1 files changed, 9 insertions(+), 8 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +9 -8
@@ 5701,18 5701,19 @@ server.")
       ;; PyPI releases.
       (method hg-fetch)
       (uri (hg-reference
             (url "https://foss.heptapod.net/openpyxl/openpyxl")
             (changeset version)))
              (url "https://foss.heptapod.net/openpyxl/openpyxl")
              (changeset version)))
       (file-name (string-append name "-" version "-checkout"))
       (sha256
        (base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
    (build-system pyproject-build-system)
    (native-inputs (list python-lxml
                         python-pillow
                         python-pytest
                         python-setuptools
                         python-wheel))
    (propagated-inputs (list python-et-xmlfile python-jdcal))
    (native-inputs
     (list python-lxml
           python-pillow
           python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-et-xmlfile))
    (home-page "https://openpyxl.readthedocs.io")
    (synopsis "Python library to read/write Excel 2010 XLSX/XLSM files")
    (description