dev-python/sphinxcontrib-httpdomain: Add test-dep on bottle
authorMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 10:56:32 +0000 (12:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 19 May 2020 11:19:28 +0000 (13:19 +0200)
Closes: https://bugs.gentoo.org/723620
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild

index 129a707fd96626e419a88275fe8762c5d88cbc78..9fc457a4847a7552e72a9bab767bc01d4c7821fe 100644 (file)
@@ -21,7 +21,10 @@ RDEPEND="
        dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
 "
-BDEPEND="${RDEPEND}"
+BDEPEND="
+       test? (
+               dev-python/bottle[${PYTHON_USEDEP}]
+       )"
 
 distutils_enable_tests pytest