aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in3
1 files changed, 0 insertions, 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 <wiget@t17.ds.pwr.wroc.pl>)