From 540be35e32813bc538745f537622d6efb8181c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Thu, 8 Nov 2018 09:29:46 +0100 Subject: [PATCH] Fix PYTHON detection in SAGA --- saga/saga.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/saga/saga.spec b/saga/saga.spec index f223759..64e4e8b 100644 --- a/saga/saga.spec +++ b/saga/saga.spec @@ -86,8 +86,7 @@ sed -i -e 's,qhull/qhull_a.h,libqhull/qhull_a.h,' \ %endif %build -export PYTHON=python -export PYTHON_VERSION=2.7 +export PYTHON=python2.7 # wxGTK3 3.0.1-3 moved wx-config to libexecdir PATH=$PATH:%{_libexecdir}/wxGTK3/ autoreconf -fi