diff options
author | Jani Välimaa <wally@mageia.org> | 2022-04-10 18:05:07 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2022-04-10 18:05:07 +0300 |
commit | 45d530437342c286fd3c73444894facc3e408113 (patch) | |
tree | 7f2f42b94150f1e24743cbc8e24435b6614126f3 /build.macros.in | |
parent | df4ef8b25b68d33afaff2d354201e82bf28421de (diff) | |
download | rpm-setup-45d530437342c286fd3c73444894facc3e408113.tar rpm-setup-45d530437342c286fd3c73444894facc3e408113.tar.gz rpm-setup-45d530437342c286fd3c73444894facc3e408113.tar.bz2 rpm-setup-45d530437342c286fd3c73444894facc3e408113.tar.xz rpm-setup-45d530437342c286fd3c73444894facc3e408113.zip |
build.macros: remove macro definitions living in python-rpm-macros
- py_auto_byte_compile
- _python_bytecompile_errors_terminate_build
- _python_bytecompile_extra
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 12 |
1 files changed, 0 insertions, 12 deletions
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 |