Add missing BR for setuptools

f38
Scott Talbert 5 years ago
parent 8b1e16e563
commit 5a7f0c8835

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 1.4.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: py.test plugin to abort hanging tests
License: MIT
@ -15,6 +15,7 @@ BuildRequires: python3-devel
BuildRequires: %{py3_dist pexpect}
BuildRequires: %{py3_dist pytest} >= 3.6.0
BuildRequires: %{py3_dist pytest-cov}
BuildRequires: %{py3_dist setuptools}
%global _description %{expand:
This is a plugin which will terminate tests after a certain timeout. When doing
@ -40,7 +41,7 @@ Summary: %{summary}
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{python3_version}
%pytest
%files -n python3-%{pypi_name}
@ -50,6 +51,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{py
%{python3_sitelib}/__pycache__/pytest_timeout*
%changelog
* Fri Jun 26 2020 Scott Talbert <swt@techie.net> - 1.4.1-2
- Add missing BR for setuptools
* Tue Jun 16 2020 Scott Talbert <swt@techie.net> - 1.4.1-1
- Update to new upstream release 1.4.1 (#1846923)
- Modernize packaging

Loading…
Cancel
Save