From f5ff43357ebe3efe19aee6689ad272246e3933b31f6fa71dd29fe2a4f14f50a5 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Mon, 1 Jul 2013 17:23:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=24 --- python-apache-libcloud.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index af2f4dd..9101cd0 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -26,6 +26,9 @@ Source0: http://pypi.python.org/packages/source/a/apache-libcloud/apache- BuildRequires: fdupes BuildRequires: python BuildRequires: python-distribute +BuildRequires: python-unittest2 +BuildRequires: python-openssl +BuildRequires: python-mock Requires: python-simplejson %if 0%{?suse_version} >= 1210 BuildRequires: systemd @@ -47,6 +50,7 @@ differences among multiple cloud provider APIs. %setup -q -n apache-libcloud-%{version} %build +python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}