From c093082cbe909c2420c1f75f5935c8886b9515b9 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 3 Oct 2019 13:13:44 +0200 Subject: [PATCH] Remove unused Python 2 test dependencies --- python-pysocks.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index 6cad13b..3c99bd1 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -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 - 1.7.1-2 +- Remove unused Python 2 test dependencies + * Sun Sep 22 2019 Kevin Fenzi - 1.7.1-1 - Update to 1.7.1. Fixes bug #1753823