diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild index bbaa618553d89..ae0c36e37a15a 100644 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild @@ -17,6 +17,8 @@ IUSE="examples" LICENSE="PSF-2" SLOT="0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + python_test() { esetup.py test }