Accepting request 704393 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/704393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal 2019-05-21 08:59:27 +00:00 committed by Git OBS Bridge
parent 64c1a6170e
commit 569bddbef8
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Sat May 18 05:58:05 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove build dependency on vcversioner
-------------------------------------------------------------------
Tue Apr 16 16:17:12 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -30,6 +30,7 @@ Url: http://github.com/Julian/jsonschema
Source: https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
BuildRequires: %{python_module mock}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module vcversioner >= 2.16.0.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with python2}
@ -49,7 +50,6 @@ for Python (supporting 2.6+ including Python 3).
%prep
%setup -q -n jsonschema-%{version}
sed -i '/vcversioner/d' setup.py
%build
%python_build