commit:     29060bb7b7142020d8f8a91b86719d3c807bdea8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 06:51:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 06:56:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29060bb7

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 <sam <AT> gentoo.org>

 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 37e0a8428e53..a8da6ea96540 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}]

Reply via email to