dev-python/rope: Add missing dep on setuptools
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Nov 2017 11:53:53 +0000 (12:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Nov 2017 12:28:50 +0000 (13:28 +0100)
dev-python/rope/rope-0.10.7.ebuild

index dab9b0a461bac6eec5c0cb75b66f57019a0a5b9d..970ce8c70ce1c45f96c56fcecb449bcc174b79c3 100644 (file)
@@ -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" )