From 45d530437342c286fd3c73444894facc3e408113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 10 Apr 2022 18:05:07 +0300 Subject: build.macros: remove macro definitions living in python-rpm-macros - py_auto_byte_compile - _python_bytecompile_errors_terminate_build - _python_bytecompile_extra --- build.macros.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'build.macros.in') diff --git a/build.macros.in b/build.macros.in index e1c0f5a..fb33f5f 100644 --- a/build.macros.in +++ b/build.macros.in @@ -460,18 +460,6 @@ fi # Should missing buildids terminate a build? %_missing_build_ids_terminate_build 1 -# -## Automatically compile python files -%py_auto_byte_compile 1 - -# -## Should python bytecompilation errors terminate a build? -%_python_bytecompile_errors_terminate_build 1 - -# -## Should python bytecompilation compile outside python specific directories? -%_python_bytecompile_extra 0 - # Use SHA-256 for FILEDIGESTS instead of default MD5 %_source_filedigest_algorithm 8 %_binary_filedigest_algorithm 8 -- cgit v1.2.1