diff options
author | 2017-11-10 10:46:33 -0800 | |
---|---|---|
committer | 2017-11-10 10:48:18 -0800 | |
commit | 4382c7bb67464274b25ab146cf3e3c799ae51635 (patch) | |
tree | 35acd729d12262397630f52f7992eeb1009a9c61 /dev-python/xdis | |
parent | www-client/vivaldi-snapshot: Old. (diff) | |
download | gentoo-4382c7bb67464274b25ab146cf3e3c799ae51635.tar.gz gentoo-4382c7bb67464274b25ab146cf3e3c799ae51635.tar.bz2 gentoo-4382c7bb67464274b25ab146cf3e3c799ae51635.zip |
dev-python/xdis: Fix bug 596510 xdis-3.3.1
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
Diffstat (limited to 'dev-python/xdis')
-rw-r--r-- | dev-python/xdis/xdis-3.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/xdis/xdis-3.3.1.ebuild b/dev-python/xdis/xdis-3.3.1.ebuild index 6d44417a7807..85750f5bc90a 100644 --- 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. |