~ruther/guix-local

3545b0f9c3d0e80f2260513d7435c13a8cb8ff4c — Efraim Flashner 1 year, 5 months ago 43b8a23
gnu: python-icalendar: Fix build.

* gnu/packages/python-xyz.scm (python-icalendar)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ibb367c723895ea82c71d954896c9969f3a2bd785
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 19308,7 19308,7 @@ minimal and fast API targeting the following uses:
    (propagated-inputs
     (list python-dateutil python-pytz python-tzdata))
    (native-inputs
     (list python-pytest python-pytz))
     (list python-pytest python-pytz python-setuptools python-wheel))
    (synopsis "Python library for parsing and generating iCalendar files")
    (description
     "@code{icalendar} is a Python library for parsing and generating iCalendar files.")