gnu: python-icalendar: Fix build.

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

Change-Id: Ibb367c723895ea82c71d954896c9969f3a2bd785
This commit is contained in:
Efraim Flashner 2024-12-14 20:43:28 +02:00
parent 43b8a238a2
commit 3545b0f9c3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.")