projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8f90f
)
app-misc/yq-2.9.2-r1: remove call to distutils_enable_tests
author
Patrick McLean
<patrick.mclean@sony.com>
Tue, 3 Dec 2019 02:47:02 +0000
(18:47 -0800)
committer
Patrick McLean
<chutzpah@gentoo.org>
Tue, 3 Dec 2019 02:47:02 +0000
(18:47 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
app-misc/yq/yq-2.9.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/yq/yq-2.9.2-r1.ebuild
b/app-misc/yq/yq-2.9.2-r1.ebuild
index 13fea288b11646418b859b041b116f42af89f240..b365f59085cb15571fa1618fc439bcb206c05df9 100644
(file)
--- a/
app-misc/yq/yq-2.9.2-r1.ebuild
+++ b/
app-misc/yq/yq-2.9.2-r1.ebuild
@@
-25,8
+25,6
@@
DEPEND="${RDEPEND}
dev-python/wheel[${PYTHON_USEDEP}]
)"
-distutils_enable_tests unittest
-
python_prepare_all() {
sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-i test/test.py || die