diff options
author | François Andriot <[email protected]> | 2020-09-06 19:28:48 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2020-09-07 21:02:08 +0200 |
commit | 065214e736e0b9057ed145e325629bfe60fd5946 (patch) | |
tree | 31ff88c820d556493aa3daf5c6e24b7cea0e2f7d /redhat/main/tdeedu/tdeedu.spec | |
parent | 424e58e3209c8ce130983d7d38d4c1ad535d2dbc (diff) | |
download | tde-packaging-065214e736e0b9057ed145e325629bfe60fd5946.tar.gz tde-packaging-065214e736e0b9057ed145e325629bfe60fd5946.zip |
RPM: update python dependencies
Diffstat (limited to 'redhat/main/tdeedu/tdeedu.spec')
-rw-r--r-- | redhat/main/tdeedu/tdeedu.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/redhat/main/tdeedu/tdeedu.spec b/redhat/main/tdeedu/tdeedu.spec index 5bd132298..c3d32ba1a 100644 --- a/redhat/main/tdeedu/tdeedu.spec +++ b/redhat/main/tdeedu/tdeedu.spec @@ -97,13 +97,15 @@ BuildRequires: %{_lib}usb-compat0.1-devel BuildRequires: libusb-devel %endif -# PYTHON support -%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30 || 0%{?suse_version} >= 1500 -%define python python3 -%define __python %__python3 +# PYTHON3 support +%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150100 +%global python python3 +%global __python %__python3 +%global python_sitearch %{python3_sitearch} %else -%define python python +%global python python %endif +%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} BuildRequires: %{python} BuildRequires: %{python}-devel |