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:
@@ -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
|
||||
|
Reference in New Issue
Block a user