Replace python-setuptools-devel BR with python-setuptools

This commit is contained in:
Toshio Kuratomi 2014-06-30 14:02:28 -07:00
parent cc3c1ffaf9
commit 08dc99a7b7

View File

@ -4,7 +4,7 @@ Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.56
Release: 1%{?dist}
Release: 2%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -14,7 +14,7 @@ License: GPLv2
Group: System Environment/Libraries
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, gettext, python-setuptools-devel
BuildRequires: python-devel, gettext, python-setuptools
BuildRequires: python-urlgrabber
%if ! 0%{?rhel}
BuildRequires: transifex-client
@ -54,6 +54,9 @@ make test
%{_mandir}/man1/*
%changelog
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 1.99.56-2
- Replace python-setuptools-devel BR with python-setuptools
* Thu Jun 19 2014 Chris Lumens <clumens@redhat.com> - 1.99.56-1
- Add support for --disklabel to clearpart (#1078537) (bcl)
- Make print statements Python 3 compatible (mkolman)