summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-28 10:07:56 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-28 10:12:21 +0100
commitdff228a35ba47a2baad12193290ef1c3a002f11a (patch)
treea5a5bdf0c1c45aed149b0a9d4f57c646b324a938 /dev-python/docutils-glep
parentdev-libs/libcdio: [QA] Revert "DOCS to array" (diff)
downloadgentoo-dff228a35ba47a2baad12193290ef1c3a002f11a.tar.gz
gentoo-dff228a35ba47a2baad12193290ef1c3a002f11a.tar.bz2
gentoo-dff228a35ba47a2baad12193290ef1c3a002f11a.zip
dev-python/docutils-glep: Switched to setuptools w/ entry_points
Diffstat (limited to 'dev-python/docutils-glep')
-rw-r--r--dev-python/docutils-glep/docutils-glep-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
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}"