From 26a0b3e85a0dc6047008881eb731f41971606de0 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 --- koji.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koji.spec b/koji.spec index d743072..0d68dda 100644 --- a/koji.spec +++ b/koji.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 + # Enable Python 3 builds for Fedora + EPEL >5 # NOTE: do **NOT** change 'epel' to 'rhel' here, as this spec is also %if 0%{?fedora} || 0%{?rhel} > 7