From 3545b0f9c3d0e80f2260513d7435c13a8cb8ff4c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 14 Dec 2024 20:43:28 +0200 Subject: 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(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 27d3d41c59..f39a544da2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19308,7 +19308,7 @@ (define-public python-icalendar (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.") -- cgit v1.2.3