projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dde5673
)
app-portage/gemato: Update -9999 to use setuptools
author
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Nov 2017 08:34:30 +0000
(09:34 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 26 Nov 2017 23:18:28 +0000
(
00:18
+0100)
app-portage/gemato/gemato-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-portage/gemato/gemato-9999.ebuild
b/app-portage/gemato/gemato-9999.ebuild
index 2df8e801b285186f165b519001cb850239878704..2475d8627bb5199f632a706c76c2c7bbe9ba8789 100644
(file)
--- a/
app-portage/gemato/gemato-9999.ebuild
+++ b/
app-portage/gemato/gemato-9999.ebuild
@@
-24,8
+24,9
@@
RDEPEND="
gpg? ( app-crypt/gnupg )
lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) )
sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
- "${PYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
+ esetup.py test
}