dev-python/xdis: Fix bug 596510 xdis-3.3.1
authorBrian Dolbec <dolsen@gentoo.org>
Fri, 10 Nov 2017 18:46:33 +0000 (10:46 -0800)
committerBrian 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

index 6d44417a78076a9f4b377fc6c8b2faf4f2f9b3a9..85750f5bc90abe3e9d2888c1af112b2ed76e93f4 100644 (file)
@@ -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.