[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: python-icalendar: Fix build.
From: |
guix-commits |
Subject: |
03/08: gnu: python-icalendar: Fix build. |
Date: |
Sat, 14 Dec 2024 14:51:28 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 3545b0f9c3d0e80f2260513d7435c13a8cb8ff4c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Dec 14 20:43:28 2024 +0200
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 27d3d41c59..f39a544da2 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.")
- branch master updated (e92b20a41a -> af027c815f), guix-commits, 2024/12/14
- 01/08: gnu: toot: Fix build., guix-commits, 2024/12/14
- 02/08: gnu: python-urwidgets: Update to 0.2.1., guix-commits, 2024/12/14
- 05/08: gnu: python-setuptools-scm-next: Fix build., guix-commits, 2024/12/14
- 04/08: gnu: vdirsyncer: Fix build., guix-commits, 2024/12/14
- 08/08: gnu: python-libvirt: Fix build., guix-commits, 2024/12/14
- 06/08: gnu: python-sip: Skip the test phase., guix-commits, 2024/12/14
- 07/08: gnu: b4: Fix build., guix-commits, 2024/12/14
- 03/08: gnu: python-icalendar: Fix build.,
guix-commits <=