dev-python/docutils-glep: Switched to setuptools w/ entry_points

This commit is contained in:
Michał Górny
2017-11-28 10:07:56 +01:00
parent a4addd04c4
commit dff228a35b

View File

@@ -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}"