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
This commit is contained in:
Pavol Rusnak 2010-10-28 18:44:52 +00:00 committed by Git OBS Bridge
parent f693b2e829
commit 6952ae0366

View File

@ -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