From 4c790b819fa85b1aed4b4e20d4566b06b456fbfe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 3 May 2016 09:39:02 -0400 Subject: [PATCH] Remove unnecessary builddep on setuptools. --- python-pysocks.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index 186bf45..71bcdf3 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -16,7 +16,7 @@ Name: python-pysocks Version: 1.5.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: BSD @@ -25,11 +25,9 @@ Source0: https://pypi.python.org/packages/03/a5/957346ba692216cc00e81 BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel -BuildRequires: python3-setuptools %endif %description @@ -130,5 +128,8 @@ Acts as a drop-in replacement to the socket module. Featuring: %changelog +* Tue May 03 2016 Ralph Bean - 1.5.6-2 +- We don't actually need setuptools here. + * Mon May 02 2016 Ralph Bean - 1.5.6-1 - Initial package for Fedora