projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182c265
)
dev-python/pyte: fix setuptools bdep
author
Tim Harder
<radhermit@gentoo.org>
Thu, 27 Dec 2018 07:05:54 +0000
(
01:05
-0600)
committer
Tim Harder
<radhermit@gentoo.org>
Thu, 27 Dec 2018 07:05:54 +0000
(
01:05
-0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/pyte/pyte-0.8.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyte/pyte-0.8.0-r1.ebuild
b/dev-python/pyte/pyte-0.8.0-r1.ebuild
index 9c9700af2e522d7c05d5c7f20efd678f3ac0bf88..d2401d461ce03550fb6cc89d7eb29df26681d768 100644
(file)
--- a/
dev-python/pyte/pyte-0.8.0-r1.ebuild
+++ b/
dev-python/pyte/pyte-0.8.0-r1.ebuild
@@
-20,7
+20,7
@@
IUSE="test"
RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- dev-python/setuptools
_scm
[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
"