From c780bb25f9bc53fbe373f2046dea130082689f0e3ebb3110bc0646162c35fa19 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 22:00:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urwid?expand=0&rev=21 --- python-urwid.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-urwid.spec b/python-urwid.spec index 321e0af..4344e3e 100644 --- a/python-urwid.spec +++ b/python-urwid.spec @@ -32,6 +32,9 @@ BuildRequires: python-setuptools %py_requires Requires: python-curses %endif +%if 0%{?suse_version} <= 1110 +%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} +%endif %description Urwid is a console user interface library. It includes many features