14
0

Accepting request 831282 from home:-miska-

-fix compatibility with latest click - patch taken directly from upstream git
 * 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch

OBS-URL: https://build.opensuse.org/request/show/831282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2020-09-01 20:17:04 +00:00
committed by Git OBS Bridge
parent 3eb31f890f
commit 79d6574c8e
3 changed files with 48 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ Source1: vdirsyncer.service
Source2: vdirsyncer.timer
# default deadline (200ms) is too short for obs
Patch1: python-vdirsyncer-shift-deadline.patch
# Compatibility with latest click - taken directly from upstream git
Patch2: 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch
BuildRequires: %{python_module atomicwrites}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
@@ -73,6 +75,7 @@ what OfflineIMAP is for IMAP.
%prep
%setup -q -n vdirsyncer-%{version}
%patch1 -p1
%patch2 -p1
rm -rf vdirsyncer.egg-info
%build