dev-python/svgwrite: add missing setuptools bdep
authorTim Harder <radhermit@gentoo.org>
Thu, 27 Dec 2018 07:07:28 +0000 (01:07 -0600)
committerTim Harder <radhermit@gentoo.org>
Thu, 27 Dec 2018 07:07:28 +0000 (01:07 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/svgwrite/svgwrite-1.2.1.ebuild

index aa6acd5719f25231433677ff8b447fac3de94b43..e79b3edf3a5cdcc56318def1e6605595f81c7d94 100644 (file)
@@ -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() {