From 29060bb7b7142020d8f8a91b86719d3c807bdea8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 12 Jul 2022 07:51:03 +0100 Subject: [PATCH] dev-python/caldav: add missing test dep node is needed for an import, even though pytest drives the tests. Closes: https://bugs.gentoo.org/857738 Signed-off-by: Sam James --- dev-python/caldav/caldav-0.9.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/caldav/caldav-0.9.1.ebuild b/dev-python/caldav/caldav-0.9.1.ebuild index 37e0a8428e53c..a8da6ea96540f 100644 --- a/dev-python/caldav/caldav-0.9.1.ebuild +++ b/dev-python/caldav/caldav-0.9.1.ebuild @@ -28,8 +28,10 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/vobject[${PYTHON_USEDEP}] " +# For now, really does use nose imports: bug #857738 BDEPEND=" test? ( + dev-python/nose[${PYTHON_USEDEP}] dev-python/icalendar[${PYTHON_USEDEP}] dev-python/tzlocal[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}]