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
This commit is contained in:
Troy Dawson 2020-07-28 13:32:02 +09:00 committed by Takao Fujiwara
parent f10a89d332
commit a42e096419

View File

@ -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