From: Tim Harder Date: Thu, 27 Dec 2018 07:07:28 +0000 (-0600) Subject: dev-python/svgwrite: add missing setuptools bdep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=70632af1a361075e71f5df0f0d496ca74928e7b2;p=gentoo.git dev-python/svgwrite: add missing setuptools bdep Signed-off-by: Tim Harder --- diff --git a/dev-python/svgwrite/svgwrite-1.2.1.ebuild b/dev-python/svgwrite/svgwrite-1.2.1.ebuild index aa6acd5719f2..e79b3edf3a5c 100644 --- a/dev-python/svgwrite/svgwrite-1.2.1.ebuild +++ b/dev-python/svgwrite/svgwrite-1.2.1.ebuild @@ -17,6 +17,7 @@ IUSE="test" RDEPEND=">=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" python_test() {