[bpython] Add python-urwid to buildreq

terjeros terjeros at fedoraproject.org
Mon Oct 17 11:13:54 UTC 2011


commit ac1ea405a771f54978f1aa02fa5fbcc7a5d2b6a3
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Oct 17 13:13:51 2011 +0200

    Add python-urwid to buildreq

 bpython.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/bpython.spec b/bpython.spec
index 3a7b0c7..2de541f 100644
--- a/bpython.spec
+++ b/bpython.spec
@@ -7,7 +7,7 @@
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
 Version:       0.10.1
-Release:       1%{?dist}
+Release:       2%{?dist}
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -16,8 +16,12 @@ Source0:       http://www.bpython-interpreter.org/releases/bpython-%{version}.ta
 Source1:       bpython.png
 Patch0:        bpython-0.9.7.1-desktop.patch
 BuildArch:     noarch
-BuildRequires: python-devel python-setuptools desktop-file-utils
-Requires:      python-pygments pygtk2
+BuildRequires: python-devel
+BuildRequires: python-setuptools
+BuildRequires: desktop-file-utils
+Requires:      pygtk2
+Requires:      python-urwid
+Requires:      python-pygments
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?with_python3}
@@ -133,6 +137,9 @@ desktop-file-install --delete-original         \
 %endif # with_python3
 
 %changelog
+* Mon Oct 17 2011 Terje Rosten <terje.rosten at ntnu.no> - 0.10.1-2
+- Add python-urwid to buildreq
+
 * Mon Oct 17 2011 Terje Rosten <terje.rosten at ntnu.no> - 0.10.1-1
 - 0.10.1
 


More information about the scm-commits mailing list