aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rstcheck/rstcheck-3.3.1.ebuild')
-rw-r--r--dev-python/rstcheck/rstcheck-3.3.1.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
index dd5750864..c92918af7 100644
--- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild
+++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
@@ -21,19 +21,15 @@ RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
test? (
${RDEPEND}
dev-python/path-py[${PYTHON_USEDEP}]
- >=dev-python/pytest-3.4[${PYTHON_USEDEP}]
)
"
S="${WORKDIR}/${P}"
-distutils_enable_sphinx docs ">=dev-python/jaraco-packaging-3.2"
-
python_test() {
# Ignore the module from ${S}, use the one from ${BUILD_DIR}
# Otherwise, ImportMismatchError may occur