commit:     70632af1a361075e71f5df0f0d496ca74928e7b2
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 27 07:07:28 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 27 07:07:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70632af1

dev-python/svgwrite: add missing setuptools bdep

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 dev-python/svgwrite/svgwrite-1.2.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/svgwrite/svgwrite-1.2.1.ebuild 
b/dev-python/svgwrite/svgwrite-1.2.1.ebuild
index aa6acd5719f..e79b3edf3a5 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() {

Reply via email to