etesync-dav: fix build.

This commit is contained in:
triallax 2023-04-18 21:53:16 +01:00 committed by classabbyamp
parent 88467c6101
commit a0524a809a
2 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,15 @@
See https://github.com/etesync/etesync-dav/pull/293.
diff --git a/setup.py b/setup.py
index a69cd1a..77c7fc5 100644
--- a/setup.py
+++ b/setup.py
@@ -115,7 +115,7 @@ INSTALL_REQUIRES = [
'Flask>=1.1.1',
'Flask-WTF>=0.14.2,<1.0.0',
'requests[socks]>=2.21',
- 'types-setuptools>=50.0.0'
+ 'types-setuptools>=50.0.0',
'pyobjc-framework-Cocoa>=7.0.0 ; sys_platform=="darwin"',
]

View file

@ -9,7 +9,8 @@ checkdepends="$depends python3-pytest"
short_desc="CalDAV and CardDAV frontend for EteSync"
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
license="GPL-3.0-only"
homepage="http://www.etesync.com"
homepage="https://www.etesync.com"
changelog="https://raw.githubusercontent.com/etesync/etesync-dav/master/ChangeLog.md"
distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
make_check=no #there are no tests to run
make_check=no # there are no tests to run