From 574ef765461f371f4e2c05c21d1da9d58903159666e7c945fcef921d77106500 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Mon, 1 Jul 2013 17:49:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=27 --- python-apache-libcloud.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index be520a2..0733509 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -52,10 +52,10 @@ differences among multiple cloud provider APIs. %setup -q -n apache-libcloud-%{version} %build -python setup.py build +python2 setup.py build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +python2 setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes %{buildroot}%{python_sitelib}/libcloud/test/ %files