Add forgotten dependency on python-setuptools.

This commit is contained in:
Ralph Bean 2013-07-29 11:52:03 -04:00
parent 728454eda2
commit e160057f92

View File

@ -6,7 +6,7 @@
Name: python-alembic Name: python-alembic
Version: 0.5.0 Version: 0.5.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Database migration tool for SQLAlchemy Summary: Database migration tool for SQLAlchemy
Group: Development/Libraries Group: Development/Libraries
@ -20,8 +20,10 @@ BuildArch: noarch
BuildRequires: help2man BuildRequires: help2man
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-mako BuildRequires: python-mako
BuildRequires: python-setuptools
Requires: python-mako Requires: python-mako
Requires: python-setuptools
# See if we're building for python earlier than 2.7 # See if we're building for python earlier than 2.7
%if %{?rhel}%{!?rhel:0} >= 6 %if %{?rhel}%{!?rhel:0} >= 6
@ -42,6 +44,7 @@ BuildRequires: python-tools
BuildRequires: python3-sqlalchemy >= 0.7.4 BuildRequires: python3-sqlalchemy >= 0.7.4
BuildRequires: python3-mako BuildRequires: python3-mako
BuildRequires: python3-nose BuildRequires: python3-nose
BuildRequires: python3-setuptools
%endif %endif
@ -67,6 +70,7 @@ Group: Development/Libraries
Requires: python3-sqlalchemy >= 0.7.4 Requires: python3-sqlalchemy >= 0.7.4
Requires: python3-mako Requires: python3-mako
Requires: python3-setuptools
%description -n python3-alembic %description -n python3-alembic
Alembic is a new database migrations tool, written by the author of Alembic is a new database migrations tool, written by the author of
@ -189,6 +193,10 @@ install -m 0644 alembic.1 %{buildroot}%{_mandir}/man1/alembic.1
%changelog %changelog
* Mon Jul 29 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-2
- Add forgotten dependency on python-setuptools.
https://bugzilla.redhat.com/show_bug.cgi?id=989016
* Wed Apr 10 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-1 * Wed Apr 10 2013 Ralph Bean <rbean@redhat.com> - 0.5.0-1
- Update to 0.5.0 - Update to 0.5.0