From a4d8313be1aea8421cc71ec2b84e170052450456 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7ppc64lebuilder0 Date: Wed, 6 Mar 2019 10:52:43 +0100 Subject: [PATCH] python-ply we want python3 support also Signed-off-by: basebuilder_pel7ppc64lebuilder0 --- SPECS/python-ply.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SPECS/python-ply.spec b/SPECS/python-ply.spec index d189e1f5..6aad2cce 100644 --- a/SPECS/python-ply.spec +++ b/SPECS/python-ply.spec @@ -1,8 +1,5 @@ -%if 0%{?fedora} > 12 %global with_python3 1 -%else -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} -%endif +#%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} Name: python-ply Summary: Python Lex-Yacc