Remove extra trailing } copy-paste error from python_foo macros, duh
This commit is contained in:
parent
3ae20cd53d
commit
a40e355676
|
@ -1148,9 +1148,9 @@ done \
|
|||
#------------------------------------------------------------------------------
|
||||
# Useful python macros for determining python version and paths
|
||||
#
|
||||
%python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%python_version %(%{__python} -c "import sys; print sys.version[:3]")}
|
||||
%python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
||||
%python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
|
||||
%python_version %(%{__python} -c "import sys; print sys.version[:3]")
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# arch macro for all Intel i?86 compatibile processors
|
||||
|
|
Loading…
Reference in New Issue