add missing BRs on python-test and python3-test (for test.support)
This commit is contained in:
parent
494366c238
commit
d69479554b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user