Remove unused Python 2 test dependencies

This commit is contained in:
Petr Viktorin 2019-10-03 13:13:44 +02:00
parent 4575560757
commit c093082cbe

View File

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