mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
|
||||
Reference in New Issue
Block a user