Browse Source

rpm: remove commented out rpm macro

Just commenting out macro isn't enough - % sequences are still
processed. Remove it completely, as it is already provided in build
environment.
Marek Marczykowski-Górecki 6 years ago
parent
commit
53903a3685
1 changed files with 0 additions and 2 deletions
  1. 0 2
      rpm_spec/core-dom0.spec

+ 0 - 2
rpm_spec/core-dom0.spec

@@ -23,8 +23,6 @@
 #
 #
 
-#%{!?python3_sitelib: %define python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(False)")}
-
 %{!?version: %define version %(cat version)}
 
 # debug_package hack should be removed when BuildArch:noarch is enabled below