From: Markus Lehtonen Date: Fri, 22 Mar 2013 08:16:37 +0000 (+0200) Subject: packaging: disable python3 support X-Git-Tag: accepted/tizen/devbase/tools/20190927.045001^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=tools%2Fpython-coverage.git packaging: disable python3 support Causes build problems in the OBS server for Fedora that we're not interested in (regarding this package). Signed-off-by: Markus Lehtonen --- diff --git a/packaging/python-coverage.spec b/packaging/python-coverage.spec index 62f7ca4..ccf4e49 100644 --- a/packaging/python-coverage.spec +++ b/packaging/python-coverage.spec @@ -1,7 +1,3 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 -%global with_python3 1 -%endif - %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} # tracer.so is a private object, don't include it in the provides