From d29793a9746b963f11e42a90056e88b7b3f17de9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 6 Feb 2020 12:01:45 +0100 Subject: [PATCH] Drop the EL6 macros Signed-off-by: Pierre-Yves Chibon --- python-munch.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-munch.spec b/python-munch.spec index 13fa56a..c4f5107 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -4,12 +4,6 @@ %{!?_licensedir: %global license %%doc} -%if 0%{?rhel} && 0%{?rhel} <= 6 -%{!?__python2: %global __python2 /usr/bin/python2} -%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%endif - %global modname munch Name: python-munch