dev-python/versioneer: Add missing test-dep on packaging
authorMichał Górny <mgorny@gentoo.org>
Fri, 1 May 2020 12:16:37 +0000 (14:16 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 1 May 2020 12:53:56 +0000 (14:53 +0200)
Closes: https://bugs.gentoo.org/720250
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/versioneer/versioneer-0.18-r1.ebuild

index 010def16ba7b44aed69e3566a9237252e2d07415..7e68040a9992bdb41065cabf6e691af8365c2728 100644 (file)
@@ -18,7 +18,10 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-       test? ( dev-vcs/git )
+       test? (
+               dev-python/packaging[${PYTHON_USEDEP}]
+               dev-vcs/git
+       )
 "
 
 PATCHES=(