diff options
Diffstat (limited to 'redhat/applications/tde-guidance/tde-guidance.spec')
-rw-r--r-- | redhat/applications/tde-guidance/tde-guidance.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/redhat/applications/tde-guidance/tde-guidance.spec b/redhat/applications/tde-guidance/tde-guidance.spec index a45941c5c..920069c38 100644 --- a/redhat/applications/tde-guidance/tde-guidance.spec +++ b/redhat/applications/tde-guidance/tde-guidance.spec @@ -33,7 +33,6 @@ %define tde_tdeincludedir %{tde_includedir}/tde %define tde_tdelibdir %{tde_libdir}/trinity -%{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define __arch_install_post %{nil} @@ -140,14 +139,17 @@ BuildRequires: xscreensaver-gl %endif %endif -# PYTHON +# PYTHON support %if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 -%define python python2 -%define __python %__python2 +%global python python2 +%global __python %__python2 +%global python_sitearch %{python2_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 Requires: python-tqt Requires: trinity-python-trinity |