aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-24 10:09:29 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-24 10:09:35 +0200
commita7b1b5b2061171bac56fb0f5ed29314a0c37e9b0 (patch)
treef57e6bee85526c4b830fe7e5e68cdc5fa430fe68 /build.macros.in
parentfa70957ed074682bfc1eaf62143cc12c0e14cd5f (diff)
downloadrpm-setup-a7b1b5b2061171bac56fb0f5ed29314a0c37e9b0.tar
rpm-setup-a7b1b5b2061171bac56fb0f5ed29314a0c37e9b0.tar.gz
rpm-setup-a7b1b5b2061171bac56fb0f5ed29314a0c37e9b0.tar.bz2
rpm-setup-a7b1b5b2061171bac56fb0f5ed29314a0c37e9b0.tar.xz
rpm-setup-a7b1b5b2061171bac56fb0f5ed29314a0c37e9b0.zip
kill unusued %_python_bytecompile_build macro
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>)