From 6952ae0366d004da0edd61670b6a58f89c4c401857ba1bee6fcca31131084d00 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 28 Oct 2010 18:44:52 +0000 Subject: [PATCH] py_requires only for 11.2 and older OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinotify?expand=0&rev=9 --- python-pyinotify.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pyinotify.spec b/python-pyinotify.spec index 72a6295..1d01784 100644 --- a/python-pyinotify.spec +++ b/python-pyinotify.spec @@ -34,8 +34,9 @@ BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} >= 1120 BuildArch: noarch -%endif +%else %{py_requires} +%endif %description pyinotify is a Python module for watching filesystems changes. By its design