From 994e779e56631ae76e1efd62f0a92b52b34dd816 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 19 Sep 2016 19:39:31 +0200 Subject: dev-python/python-iptables: remove unused patches Closes: https://github.com/gentoo/gentoo/pull/2363 Signed-off-by: David Seifert --- .../files/python-iptables-0.2.0-tests.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch (limited to 'dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch') diff --git a/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch b/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch deleted file mode 100644 index fb9d601ceaa8..000000000000 --- a/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/test.py b/test.py -index f426612..f598585 100755 ---- a/test.py -+++ b/test.py -@@ -3,16 +3,6 @@ - - import sys - --print "WARNING: this test will manipulate iptables rules." --print "Don't do this on a production machine." --while True: -- print "Would you like to continue? y/n", -- answer = raw_input() -- if answer in "yYnN" and len(answer) == 1: -- break --if answer in "nN": -- sys.exit(0) -- - from iptc.test import test_iptc, test_matches, test_targets - - results = [rv for rv in [test_iptc.run_tests(), test_matches.run_tests(), -- cgit v1.2.3