From d69479554b63aad639dbb7477efdb89804768af5 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Aug 27 2012 19:13:44 +0000 Subject: add missing BRs on python-test and python3-test (for test.support) --- diff --git a/python-urwid.spec b/python-urwid.spec index 075dcfe..d040bfd 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -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 - 1.0.0-7 +- add missing BRs on python-test and python3-test (for test.support) + * Fri Aug 24 2012 David Malcolm - 1.0.0-6 - remove rhel logic from with_python3 conditional - remove stray references to mako