summaryrefslogtreecommitdiff
path: root/pkgs/applications/office/ledger-autosync/fix-ofxparse-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/ledger-autosync/fix-ofxparse-dependency.patch')
-rw-r--r--pkgs/applications/office/ledger-autosync/fix-ofxparse-dependency.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/office/ledger-autosync/fix-ofxparse-dependency.patch b/pkgs/applications/office/ledger-autosync/fix-ofxparse-dependency.patch
new file mode 100644
index 000000000000..cb12ba9f3351
--- /dev/null
+++ b/pkgs/applications/office/ledger-autosync/fix-ofxparse-dependency.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index eda6db5..ed6b90b 100644
+--- a/setup.py
++++ b/setup.py
+@@ -38,7 +38,7 @@ setup(
+ install_requires=[
+ 'setuptools>=26',
+ 'ofxclient',
+- "ofxparse @ https://github.com/jseutter/ofxparse/tarball/3236cfd96434feb6bc79a8b66f3400f18e2ad3c4"
++ 'ofxparse'
+ ],
+
+ extras_require={ \ No newline at end of file