From 9e64cde4436629fe520fd90160fc9a4705252d73 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Fri, 9 Sep 2016 19:10:40 +0200 Subject: dev-python/async: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2291 Signed-off-by: David Seifert --- dev-python/async/files/async-0.6.1_libz_link.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dev-python/async/files/async-0.6.1_libz_link.patch (limited to 'dev-python') diff --git a/dev-python/async/files/async-0.6.1_libz_link.patch b/dev-python/async/files/async-0.6.1_libz_link.patch deleted file mode 100644 index a7031cfa93af..000000000000 --- a/dev-python/async/files/async-0.6.1_libz_link.patch +++ /dev/null @@ -1,14 +0,0 @@ -#Patch by Jesus Rivero -#Submitted to upstream Ago 26, 2011 -diff -uNr async-0.6.1.orig/setup.py async-0.6.1/setup.py ---- async-0.6.1.orig/setup.py 2010-11-21 07:03:47.000000000 -0500 -+++ async-0.6.1/setup.py 2011-08-26 16:51:57.000000000 -0400 -@@ -77,7 +77,7 @@ - packages = ('async', 'async.mod', 'async.test', 'async.test.mod'), - package_data={'async' : ['AUTHORS', 'README']}, - package_dir = {'async':''}, -- ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'])], -+ ext_modules=[Extension('async.mod.zlib', ['mod/zlibmodule.c'], libraries=['z'])], - license = "BSD License", - zip_safe=False, - long_description = """Async is a framework to process interdependent tasks in a pool of workers""" -- cgit v1.2.3-65-gdbad