From 0bb0946d05213642ea392dda13375960172588a4 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Tue, 23 Jun 2020 07:47:22 +0100 Subject: [PATCH] [fedora.spec] Move to stage 3 of python bytecompilation Signed-off-by: Przemo Firszt --- package/fedora/freecad.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/fedora/freecad.spec b/package/fedora/freecad.spec index 401178528b..596f641f66 100644 --- a/package/fedora/freecad.spec +++ b/package/fedora/freecad.spec @@ -1,6 +1,6 @@ # 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 +%global py_bytecompile 1 # Setup python target for shiboken so the right cmake file is imported. %global py_suffix %(%{__python3} -c "import sysconfig; print(sysconfig.get_config_var('SOABI'))")