From 69a8b7090846fa1eb7e7f35fada7702f9feef0d0bd37bd4d77071b22b7b1096f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 7 Mar 2010 22:31:52 +0000 Subject: [PATCH] fix OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=2 --- python-redis.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-redis.spec b/python-redis.spec index 1dac2a7..501d5bb 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -7,8 +7,9 @@ Group: Development/Libraries/Python Source: http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%{version}.tar.gz BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} >= 1120 BuildArch: noarch -Requires: python +%endif %{py_requires} %description