projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e533d8
)
dev-python/svgwrite: add missing setuptools bdep
author
Tim Harder
<radhermit@gentoo.org>
Thu, 27 Dec 2018 07:07:28 +0000
(
01:07
-0600)
committer
Tim 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
patch
|
blob
|
history
diff --git
a/dev-python/svgwrite/svgwrite-1.2.1.ebuild
b/dev-python/svgwrite/svgwrite-1.2.1.ebuild
index aa6acd5719f25231433677ff8b447fac3de94b43..e79b3edf3a5cdcc56318def1e6605595f81c7d94 100644
(file)
--- 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() {