summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2023-04-09 19:18:34 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2023-04-09 19:24:19 +0200
commit416d946d89878524835571e473e1406e8f1e035b (patch)
tree35bc40fe9422c02efc49352019835bc459c39588
parent79aeecd0b5fa738d2c6b243bc92ea84c5a3f3c7e (diff)
downloadtde-packaging-416d946d.tar.gz
tde-packaging-416d946d.zip
RPM: update wlassistant
Signed-off-by: François Andriot <albator78@libertysurf.fr>
-rw-r--r--redhat/applications/settings/wlassistant/wlassistant.spec17
1 files changed, 4 insertions, 13 deletions
diff --git a/redhat/applications/settings/wlassistant/wlassistant.spec b/redhat/applications/settings/wlassistant/wlassistant.spec
index eea534a40..ec545289c 100644
--- a/redhat/applications/settings/wlassistant/wlassistant.spec
+++ b/redhat/applications/settings/wlassistant/wlassistant.spec
@@ -102,19 +102,10 @@ BuildRequires: gamin-devel
%endif
# PYTHON support
-%if 0%{?sle_version} >= 150400 || 0%{?rhel} >= 9
-%define python python3
-%define __python %__python3
-%else
-%if 0%{?rhel} == 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8
-%global python python2
-%global __python %__python2
-%global python_sitearch %{python2_sitearch}
-%else
-%global python python
-%endif
-%endif
-%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%global python python3
+%global __python %__python3
+%global python_sitearch %{python3_sitearch}
+%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
BuildRequires: %{python}
BuildRequires: %{python}-devel