From d41da9d775f135065a3fabdeff91189624ef10f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Nov 2018 12:53:55 +0100 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 --- ibus.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ibus.spec b/ibus.spec index 2178ef7..4af0854 100644 --- a/ibus.spec +++ b/ibus.spec @@ -1,3 +1,7 @@ +# This package depends on automagic byte compilation +# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 +%global _python_bytecompile_extra 1 + %if (0%{?fedora} > 29 || 0%{?rhel} > 7) %global with_python2 0 %else