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:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 13 09:28:26 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Remove build dependency on pytest-cov, fixing Leap builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 30 11:22:16 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Fri Oct 30 11:22:16 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -26,7 +26,6 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/python-semver/python-semver
|
URL: https://github.com/python-semver/python-semver
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz
|
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 pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -44,6 +43,7 @@ See also http://semver.org/
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n semver-%{version}
|
%setup -q -n semver-%{version}
|
||||||
|
sed -i '/-cov/d' setup.cfg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Reference in New Issue
Block a user