summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-10 19:13:09 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-11 10:54:39 +0200
commit7d8d63975082a2e8433a7124cbd87ded2786d758 (patch)
tree74f94ba6486b665475b5edab4b713f4f8dbade4b /dev-python/fusil
parentdev-python/flask-restless: remove unused patch (diff)
downloadgentoo-7d8d63975082a2e8433a7124cbd87ded2786d758.tar.gz
gentoo-7d8d63975082a2e8433a7124cbd87ded2786d758.tar.bz2
gentoo-7d8d63975082a2e8433a7124cbd87ded2786d758.zip
dev-python/fusil: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2291 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/fusil')
-rw-r--r--dev-python/fusil/files/1.4-python25.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/fusil/files/1.4-python25.patch b/dev-python/fusil/files/1.4-python25.patch
deleted file mode 100644
index b36643b5c4a7..000000000000
--- a/dev-python/fusil/files/1.4-python25.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 712796e..40ea469 100755
---- a/setup.py
-+++ b/setup.py
-@@ -17,6 +17,7 @@
- # - set version to n+1
- # - add a new empty section in the changelog for version n+1
-
-+from __future__ import with_statement
- from imp import load_source
- from os import path
- from sys import argv