From a443ecc09dcbbd95f36318abea5a630024914fc06891e603bb2b7306e24a2e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 13 Jan 2021 09:50:46 +0000 Subject: [PATCH] Accepting request 862829 from home:jayvdb:branches:devel:languages:python - Remove build dependency on pytest-cov, fixing Leap builds OBS-URL: https://build.opensuse.org/request/show/862829 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=29 --- python-semver.changes | 5 +++++ python-semver.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-semver.changes b/python-semver.changes index 02da4d7..83be5c6 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 13 09:28:26 UTC 2021 - John Vandenberg + +- Remove build dependency on pytest-cov, fixing Leap builds + ------------------------------------------------------------------- Fri Oct 30 11:22:16 UTC 2020 - Sebastian Wagner diff --git a/python-semver.spec b/python-semver.spec index 684a1e8..92b5768 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -26,7 +26,6 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/python-semver/python-semver Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -44,6 +43,7 @@ See also http://semver.org/ %prep %setup -q -n semver-%{version} +sed -i '/-cov/d' setup.cfg %build %python_build