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