From 6f141cf695915a2234fa4f6865e91483bc30cdae Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 18 Nov 2014 15:53:39 -0700 Subject: [PATCH] Fix python2_sitearch definition --- python-gevent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index 09f1d9d..604df06 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -1,4 +1,4 @@ -%{!?python2_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$