Remove unnecessary builddep on setuptools.

This commit is contained in:
Ralph Bean 2016-05-03 09:39:02 -04:00
parent dcba5d865c
commit 4c790b819f
1 changed files with 4 additions and 3 deletions

View File

@ -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 <rbean@redhat.com> - 1.5.6-2
- We don't actually need setuptools here.
* Mon May 02 2016 Ralph Bean <rbean@redhat.com> - 1.5.6-1
- Initial package for Fedora