Add a workaround for broken %undefine __brp_python_bytecompile
See https://bugzilla.redhat.com/show_bug.cgi?id=1597664
This commit is contained in:
parent
002eb7557e
commit
08290bc9c3
@ -70,6 +70,10 @@
|
|||||||
# available in /usr/bin when Python is built. Also, the bytecompilation fails
|
# available in /usr/bin when Python is built. Also, the bytecompilation fails
|
||||||
# on files that test invalid syntax.
|
# on files that test invalid syntax.
|
||||||
%undefine __brp_python_bytecompile
|
%undefine __brp_python_bytecompile
|
||||||
|
# The above is broken now
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1597664
|
||||||
|
# This is an older non-standard way to disable the brp script, as a workaround
|
||||||
|
%undefine py_auto_byte_compile
|
||||||
|
|
||||||
# We need to get a newer configure generated out of configure.in for the following
|
# We need to get a newer configure generated out of configure.in for the following
|
||||||
# patches:
|
# patches:
|
||||||
|
Loading…
Reference in New Issue
Block a user