From 64c1a6170e78ba659012c55924c42e659f8027507033707b186d92c172dbe02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 18 May 2019 14:29:02 +0000 Subject: [PATCH] Accepting request 703836 from home:jayvdb:coala:test-rig - Remove build dependency on vcversioner OBS-URL: https://build.opensuse.org/request/show/703836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=40 --- python-jsonschema.changes | 5 +++++ python-jsonschema.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jsonschema.changes b/python-jsonschema.changes index eb0d6b5..7e575db 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 18 05:58:05 UTC 2019 - John Vandenberg + +- Remove build dependency on vcversioner + ------------------------------------------------------------------- Tue Apr 16 16:17:12 UTC 2019 - Matej Cepl diff --git a/python-jsonschema.spec b/python-jsonschema.spec index da5e60d..a57fbb8 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -30,7 +30,6 @@ 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} @@ -50,6 +49,7 @@ for Python (supporting 2.6+ including Python 3). %prep %setup -q -n jsonschema-%{version} +sed -i '/vcversioner/d' setup.py %build %python_build