14
0
forked from pool/python-semver

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
This commit is contained in:
2021-01-13 09:50:46 +00:00
committed by Git OBS Bridge
parent 294c8b94cd
commit a443ecc09d
2 changed files with 6 additions and 1 deletions

View File

@@ -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