summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rope/rope-0.10.7.ebuild')
-rw-r--r--dev-python/rope/rope-0.10.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/rope/rope-0.10.7.ebuild b/dev-python/rope/rope-0.10.7.ebuild
index dab9b0a461ba..970ce8c70ce1 100644
--- a/dev-python/rope/rope-0.10.7.ebuild
+++ b/dev-python/rope/rope-0.10.7.ebuild
@@ -19,7 +19,8 @@ IUSE="doc"
RDEPEND="!dev-python/rope_py3k"
# Dependency for docbuild documentation which is not noted in
# setup.py, using standard docutils builds docs successfully.
-DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
PATCHES=( "${FILESDIR}/${PN}-0.10.3-doc-syntax-errors.patch" )