14
0
forked from pool/python-urwid

- BuildRequire python3 to get hashlib sha512 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=16
This commit is contained in:
Ismail Dönmez
2012-09-24 11:09:03 +00:00
committed by Git OBS Bridge
parent aa32d05e81
commit 653143aaf8
3 changed files with 16 additions and 7 deletions

View File

@@ -11,10 +11,11 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-urwid
Version: 1.0.2
Release: 0
@@ -25,8 +26,8 @@ Group: Development/Languages/Python
Source: http://excess.org/urwid/urwid-%{version}.tar.gz
Source99: python-urwid-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-setuptools
BuildRequires: python-devel
BuildRequires: python-setuptools
%if 0%{?suse_version}
%py_requires
Requires: python-curses
@@ -54,7 +55,7 @@ useful for text console application developers including:
%install
%__python setup.py install --prefix="%{_prefix}" --root="%{buildroot}"
%files
%defattr(-,root,root,-)
%doc CHANGELOG reference.html tutorial.html