summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Müller <deso@posteo.net>2023-04-23 10:56:09 -0700
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-04-25 13:36:49 +0200
commit11a8ceca71a640ce6d4f5d93c3d917d5bb0e78ca (patch)
treee813fde1ca97c56c59e96a7f1c91cd32d0cf51f4 /dev-python/caldav
parentmail-client/mutt: Stabilize 2.2.10 x86, #905002 (diff)
downloadgentoo-11a8ceca71a640ce6d4f5d93c3d917d5bb0e78ca.tar.gz
gentoo-11a8ceca71a640ce6d4f5d93c3d917d5bb0e78ca.tar.bz2
gentoo-11a8ceca71a640ce6d4f5d93c3d917d5bb0e78ca.zip
dev-python/caldav: add missing runtime deps
The dev-python/caldav 1.2.1 ebuild most certainly requires dev-python/icalendar at runtime, or various import failures are the result. Add the dependency accordingly. Signed-off-by: Daniel Müller <deso@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/30721 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/caldav')
-rw-r--r--dev-python/caldav/caldav-1.2.1-r1.ebuild (renamed from dev-python/caldav/caldav-1.2.1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/caldav/caldav-1.2.1.ebuild b/dev-python/caldav/caldav-1.2.1-r1.ebuild
index 1a6a3ab32f5f..a42a4a83531a 100644
--- a/dev-python/caldav/caldav-1.2.1.ebuild
+++ b/dev-python/caldav/caldav-1.2.1-r1.ebuild
@@ -23,14 +23,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
+ dev-python/icalendar[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
+ >=dev-python/recurring-ical-events-2.0.0[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
- dev-python/icalendar[${PYTHON_USEDEP}]
- dev-python/recurring-ical-events[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
www-apps/radicale[${PYTHON_USEDEP}]