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