forked from pool/python-certifi
Accepting request 533607 from home:glaubitz:branches:devel:languages:python
- add patch to fix version string from 2017.07.27.1 to 2017.7.27.1 to fix the build on SLE12_SP3 and earlier + python-certifi-fix-version-string.patch OBS-URL: https://build.opensuse.org/request/show/533607 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-certifi?expand=0&rev=19
This commit is contained in:
@@ -27,6 +27,7 @@ Url: https://pypi.python.org/pypi/certifi
|
||||
Source: https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz
|
||||
# PATCH-FIX-SUSE -- prefer SUSE certificates
|
||||
Patch0: python-certifi-shipped-requests-cabundle.patch
|
||||
Patch1: python-certifi-fix-version-string.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: ca-certificates
|
||||
@@ -48,6 +49,7 @@ derived from Mozilla Firefox's canonical set.
|
||||
%prep
|
||||
%setup -q -n certifi-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user