From 32bb91a3be028dd93d8733409440683ad403289f Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 22 Mar 2013 10:16:37 +0200 Subject: [PATCH] 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 --- packaging/python-coverage.spec | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.7.4