summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/explicit-lxml13
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/explicit-lxml b/debian/patches/explicit-lxml
deleted file mode 100644
index aabab28..0000000
--- a/debian/patches/explicit-lxml
+++ /dev/null
@@ -1,13 +0,0 @@
-bug#818132
-
---- a/ofxparse/ofxparse.py
-+++ b/ofxparse/ofxparse.py
-@@ -28,7 +28,7 @@
- return BeautifulSoup(fh)
- except ImportError:
- from BeautifulSoup import BeautifulStoneSoup
-- return BeautifulStoneSoup(fh)
-+ return BeautifulStoneSoup(fh, "lxml")
-
-
- def try_decode(string, encoding):
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ae721d3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-explicit-lxml