From 5733a57986647f5c0721dd073b16f4c84dd2f5fad14d0fbbb5174f8719951b02 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 26 Apr 2012 15:01:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=14 --- python3-pyzmq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-pyzmq.spec b/python3-pyzmq.spec index becd8f3..9fa4883 100644 --- a/python3-pyzmq.spec +++ b/python3-pyzmq.spec @@ -30,7 +30,7 @@ Requires: python3-base Requires: python(abi) = %{py3_ver} BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitearch: %global python3_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif %description