Remove unused Python 2 test dependencies
This commit is contained in:
parent
4575560757
commit
c093082cbe
@ -24,7 +24,7 @@
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: BSD
|
||||
@ -52,8 +52,8 @@ Summary: %{sum}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
# for tests
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python2-psutil
|
||||
#BuildRequires: python2-pytest
|
||||
#BuildRequires: python2-psutil
|
||||
#BuildRequires: python2-test_server
|
||||
%{?python_provide:%python_provide python2-%{modname}}
|
||||
|
||||
@ -170,6 +170,9 @@ rm -rfv test/bin
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 03 2019 Petr Viktorin <pviktori@redhat.com> - 1.7.1-2
|
||||
- Remove unused Python 2 test dependencies
|
||||
|
||||
* Sun Sep 22 2019 Kevin Fenzi <kevin@scrye.com> - 1.7.1-1
|
||||
- Update to 1.7.1. Fixes bug #1753823
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user