Accepting request 81744 from home:termim:branches:KDE:Qt

require python3-base only for > 11.4

OBS-URL: https://build.opensuse.org/request/show/81744
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=63
This commit is contained in:
Ismail Dönmez
2011-09-10 09:46:00 +00:00
committed by Git OBS Bridge
parent 40c70c7ea2
commit b06bdcf2bc

View File

@@ -32,8 +32,13 @@ Patch0: disable-rpaths.diff
Patch1: build-compare.diff
BuildRequires: c++_compiler
BuildRequires: python3 python3-devel
Requires: python3 python3-base
PreReq: python3 python3-base
Requires: python3
PreReq: python3
%if 0%{?suse_version} > 1140
Requires: python3-base
PreReq: python3-base
%endif
%global py3_incdir %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo PYTHON-NOT-FOUND)