summaryrefslogtreecommitdiff
path: root/overlays/etesync-dav/000-fix-setup-py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/etesync-dav/000-fix-setup-py.patch')
-rw-r--r--overlays/etesync-dav/000-fix-setup-py.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/overlays/etesync-dav/000-fix-setup-py.patch b/overlays/etesync-dav/000-fix-setup-py.patch
deleted file mode 100644
index 00107feb..00000000
--- a/overlays/etesync-dav/000-fix-setup-py.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1diff --git a/setup.py b/setup.py
2index a69cd1a..77c7fc5 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -115,7 +115,7 @@ INSTALL_REQUIRES = [
6 'Flask>=1.1.1',
7 'Flask-WTF>=0.14.2,<1.0.0',
8 'requests[socks]>=2.21',
9- 'types-setuptools>=50.0.0'
10+ 'types-setuptools>=50.0.0',
11 'pyobjc-framework-Cocoa>=7.0.0 ; sys_platform=="darwin"',
12 ]
13