From 06ae083f4408d3a32cc17713c8a8cc338c9e0f3591fd0010e04b48f0b269b040 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Mon, 1 Jul 2013 17:58:04 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=28 --- 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 0733509..c3feff6 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 -python2 setup.py build +python2.7 setup.py build %install -python2 setup.py install --prefix=%{_prefix} --root=%{buildroot} +python2.7 setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes %{buildroot}%{python_sitelib}/libcloud/test/ %files