add missing BRs on python-test and python3-test (for test.support)

This commit is contained in:
David Malcolm 2012-08-27 15:13:44 -04:00
parent 494366c238
commit d69479554b

View File

@ -9,7 +9,7 @@
Name: python-urwid
Version: 1.0.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Console user interface library
Group: Development/Libraries
@ -22,10 +22,14 @@ BuildRequires: python2-devel
BuildRequires: python-setuptools-devel
BuildRequires: python-twisted-core
BuildRequires: pygobject2
BuildRequires: python-test
# needed by selftest suite for test.support
%if 0%{?with_python3}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-test
# needed by selftest suite for test.support
BuildRequires: /usr/bin/2to3
%endif # if with_python3
@ -114,6 +118,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Mon Aug 27 2012 David Malcolm <dmalcolm@redhat.com> - 1.0.0-7
- add missing BRs on python-test and python3-test (for test.support)
* Fri Aug 24 2012 David Malcolm <dmalcolm@redhat.com> - 1.0.0-6
- remove rhel logic from with_python3 conditional
- remove stray references to mako