From: Michał Górny Date: Thu, 2 Nov 2017 11:53:53 +0000 (+0100) Subject: dev-python/rope: Add missing dep on setuptools X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7de50beee4059988295b634783cd01fe050a222a;p=gentoo.git dev-python/rope: Add missing dep on setuptools --- 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" )