summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-12 07:51:03 +0100
committerSam James <sam@gentoo.org>2022-07-12 07:56:10 +0100
commit29060bb7b7142020d8f8a91b86719d3c807bdea8 (patch)
tree9329e3cbd0af4e86ab636e02476cdc303ba706df
parentsys-auth/polkit: add 121 (diff)
downloadgentoo-29060bb7b7142020d8f8a91b86719d3c807bdea8.tar.gz
gentoo-29060bb7b7142020d8f8a91b86719d3c807bdea8.tar.bz2
gentoo-29060bb7b7142020d8f8a91b86719d3c807bdea8.zip
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>
-rw-r--r--dev-python/caldav/caldav-0.9.1.ebuild2
1 files changed, 2 insertions, 0 deletions
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}]