From 3545b0f9c3d0e80f2260513d7435c13a8cb8ff4c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 14 Dec 2024 20:43:28 +0200 Subject: [PATCH] gnu: python-icalendar: Fix build. * gnu/packages/python-xyz.scm (python-icalendar)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ibb367c723895ea82c71d954896c9969f3a2bd785 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 27d3d41c59775d6b6edd0a5e5ed0a4b4bacb6404..f39a544da2b42be860d8245178f3a52fe3e2ac2c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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.")