commit: 996324b362684f85c7d9ac9aae3d29b2e3f64653
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 6 12:21:09 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 6 12:25:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996324b3
dev-python/setuptools: Add a test-dep on sphinx
Reported by Dakon.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-54.1.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/setuptools/setuptools-54.1.0.ebuild
b/dev-python/setuptools/setuptools-54.1.0.ebuild
index 9bc11f0ea33..fb7893f12a6 100644
--- a/dev-python/setuptools/setuptools-54.1.0.ebuild
+++ b/dev-python/setuptools/setuptools-54.1.0.ebuild
@@ -23,6 +23,7 @@ BDEPEND="
>=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pip[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]