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@gentoo.org>
This commit is contained in:
Sam James
2022-07-12 07:51:03 +01:00
parent 075b15b8f7
commit 29060bb7b7

View File

@@ -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}]