diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-04-09 19:17:25 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-04-09 19:24:19 +0200 |
commit | 26352e75c98c2093a19b8c97bcdfcf91d295bf10 (patch) | |
tree | e2fcc51d16b5ea4792e9858a75650650da93ff69 | |
parent | 84bf1936521a662e204c49afaa167ddb0960e08b (diff) | |
download | tde-packaging-26352e75c98c2093a19b8c97bcdfcf91d295bf10.tar.gz tde-packaging-26352e75c98c2093a19b8c97bcdfcf91d295bf10.zip |
RPM: update tdevelop
Signed-off-by: François Andriot <albator78@libertysurf.fr>
-rw-r--r-- | redhat/core/tdevelop/tdevelop.spec | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/redhat/core/tdevelop/tdevelop.spec b/redhat/core/tdevelop/tdevelop.spec index 89136da73..924996fec 100644 --- a/redhat/core/tdevelop/tdevelop.spec +++ b/redhat/core/tdevelop/tdevelop.spec @@ -155,12 +155,8 @@ BuildRequires: libacl-devel BuildRequires: openssl-devel # PYTHON support -%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30 || 0%{?mgaversion} >= 8 -%global python python2 -%global __python python2 -%else -%global __python python2 -%endif +%global python python3 +%global __python %__python3 %description |