dev-python/defusedxml: depend on setuptools

Bug: https://bugs.gentoo.org/621078
Package-Manager: Portage-2.3.6_p39, Repoman-2.3.3_p17
This commit is contained in:
Mike Gilbert
2017-09-06 14:02:03 -04:00
parent bbce59d3a8
commit 2bcbab5775

View File

@@ -17,6 +17,8 @@ IUSE="examples"
LICENSE="PSF-2"
SLOT="0"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
esetup.py test
}