summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-19 12:56:32 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-19 13:19:28 +0200
commit0cd6bf206f4c8edac307e5e98a38333f2b9b9ab5 (patch)
tree8398431ceaf58ed477281d531e8a1cacf423e644 /dev-python/sphinxcontrib-httpdomain
parentx11-misc/xlockmore: Version 5.64_alpha0 (diff)
downloadgentoo-0cd6bf206f4c8edac307e5e98a38333f2b9b9ab5.tar.gz
gentoo-0cd6bf206f4c8edac307e5e98a38333f2b9b9ab5.tar.bz2
gentoo-0cd6bf206f4c8edac307e5e98a38333f2b9b9ab5.zip
dev-python/sphinxcontrib-httpdomain: Add test-dep on bottle
Closes: https://bugs.gentoo.org/723620 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-httpdomain')
-rw-r--r--dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild
index 129a707fd966..9fc457a4847a 100644
--- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.7.0.ebuild
@@ -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