- Use same license string everywhere:

* same-bsd.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coreapi?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-02-27 14:48:29 +00:00
committed by Git OBS Bridge
parent aa335068b7
commit 440dfadea5
3 changed files with 102 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/core-api/python-client
Source: https://github.com/core-api/python-client/archive/%{version}.tar.gz#/coreapi-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/core-api/python-client/master/LICENSE.md
Patch0: same-bsd.patch
BuildRequires: %{python_module coreschema}
BuildRequires: %{python_module itypes}
BuildRequires: %{python_module pytest}
@@ -48,6 +49,7 @@ for representing Web APIs.
%prep
%setup -q -n python-client-%{version}
cp %{SOURCE1} .
%patch0 -p1
%build
%python_build