projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed1e84
)
dev-python/xdis: Fix bug 596510 xdis-3.3.1
author
Brian Dolbec
<dolsen@gentoo.org>
Fri, 10 Nov 2017 18:46:33 +0000
(10:46 -0800)
committer
Brian Dolbec
<dolsen@gentoo.org>
Fri, 10 Nov 2017 18:48:18 +0000
(10:48 -0800)
Apply xdis-3.3.0-remove-pytest-runner-dep.patch as it is not required
for install nor for tests.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/xdis/xdis-3.3.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/xdis/xdis-3.3.1.ebuild
b/dev-python/xdis/xdis-3.3.1.ebuild
index 6d44417a78076a9f4b377fc6c8b2faf4f2f9b3a9..85750f5bc90abe3e9d2888c1af112b2ed76e93f4 100644
(file)
--- a/
dev-python/xdis/xdis-3.3.1.ebuild
+++ b/
dev-python/xdis/xdis-3.3.1.ebuild
@@
-25,9
+25,9
@@
DEPEND="
)
"
-#PATCHES=( "${FILESDIR}/xdis-test_magic_bytes_error.patch"
-
#
"${FILESDIR}/xdis-3.3.0-remove-pytest-runner-dep.patch"
-
#
)
+PATCHES=(
+
"${FILESDIR}/xdis-3.3.0-remove-pytest-runner-dep.patch"
+)
python_test() {
# Need to rm any pyc files to prevent test failures.