This commit is contained in:
parent
15e7afe21a
commit
f5ff43357e
@ -26,6 +26,9 @@ Source0: http://pypi.python.org/packages/source/a/apache-libcloud/apache-
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
|
BuildRequires: python-unittest2
|
||||||
|
BuildRequires: python-openssl
|
||||||
|
BuildRequires: python-mock
|
||||||
Requires: python-simplejson
|
Requires: python-simplejson
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -47,6 +50,7 @@ differences among multiple cloud provider APIs.
|
|||||||
%setup -q -n apache-libcloud-%{version}
|
%setup -q -n apache-libcloud-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user