From a7b1b5b2061171bac56fb0f5ed29314a0c37e9b0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Sep 2018 10:09:29 +0200 Subject: kill unusued %_python_bytecompile_build macro --- build.macros.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.macros.in b/build.macros.in index d2740ef..286ccdb 100644 --- a/build.macros.in +++ b/build.macros.in @@ -283,9 +283,6 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o # Useful python macros %pyver %(python -V 2>&1 | cut -f2 -d" " | cut -f1,2 -d".") -# Enable python bytecompilation -%_python_bytecompile_build 1 - #------------------------------------------------------------------------------ # Useful perl macros # (initially from Artur Frysiak ) -- cgit v1.2.1