summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-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 bb49ab3..0000000
--- a/debian/patches/explicit-lxml
+++ /dev/null
@@ -1,13 +0,0 @@
-bug#818132
-
---- a/ofxparse/ofxparse.py
-+++ b/ofxparse/ofxparse.py
-@@ -46,7 +46,7 @@
- skip_headers(fh)
- try:
- from bs4 import BeautifulSoup
-- soup = BeautifulSoup(fh, "xml")
-+ soup = BeautifulSoup(fh, "lxml")
- for tag in soup.findAll():
- tag.name = tag.name.lower()
- except ImportError:
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