From: Michał Górny Date: Tue, 28 Nov 2017 09:07:56 +0000 (+0100) Subject: dev-python/docutils-glep: Switched to setuptools w/ entry_points X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dff228a35ba47a2baad12193290ef1c3a002f11a;p=gentoo.git dev-python/docutils-glep: Switched to setuptools w/ entry_points --- diff --git a/dev-python/docutils-glep/docutils-glep-9999.ebuild b/dev-python/docutils-glep/docutils-glep-9999.ebuild index e6476c34c896..7e55e43f001b 100644 --- a/dev-python/docutils-glep/docutils-glep-9999.ebuild +++ b/dev-python/docutils-glep/docutils-glep-9999.ebuild @@ -17,4 +17,7 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}]" +COMMON_DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/docutils-0.10[${PYTHON_USEDEP}] + ${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND}"