#842 Python automagic byte compilation can be opt-outed in Fedora 28
Merged 5 years ago by ignatenkobrain. Opened 5 years ago by churchyard.

@@ -293,7 +293,7 @@ 

  If the second argument is a directory,

  the macro will recursively byte compile any *.py file in the directory.

  

- NOTE: You can opt-in for this behavior on Fedora 29 by setting `+%global _python_bytecompile_extra 0+` in the spec.

+ NOTE: You can opt-in for this behavior on Fedora 28 and 29 by setting `+%global _python_bytecompile_extra 0+` in the spec.

  

  == Manual byte compilation for Fedora 29 or earlier (including EPEL)