[python-gevent] Fix python2_sitearch definition

Orion Poplawski orion at fedoraproject.org
Tue Nov 18 22:53:37 UTC 2014


commit 6f141cf695915a2234fa4f6865e91483bc30cdae
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Nov 18 15:53:39 2014 -0700

    Fix python2_sitearch definition

 python-gevent.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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$
 


More information about the scm-commits mailing list