From 84494bcce28f506cbf3a7798d161f08c7ffb64a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Nov 2018 12:53:57 +0100 Subject: [PATCH] https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 --- totem.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/totem.spec b/totem.spec index 9a48c10..071bf68 100644 --- a/totem.spec +++ b/totem.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 + # Byte compile python plugins with python3 %global __python %{__python3}