From a42e09641971c5406d5d488c504df029ef762054 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 28 Jul 2020 13:32:02 +0900 Subject: [PATCH] Delete _python_bytecompile_extra Fedora is now in phase 3 of bytecompilation https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3 ibus will not build in Fedora Rawhide (f33) without this change. https://src.fedoraproject.org/rpms/ibus/pull-request/18 --- ibus.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ibus.spec b/ibus.spec index db73cc2..31a5b2d 100644 --- a/ibus.spec +++ b/ibus.spec @@ -1,7 +1,4 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 - +# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3 %if (0%{?fedora} > 29 || 0%{?rhel} > 7) %global with_python2 0 %else