14
0

Accepting request 778082 from home:seanmarlow:branches:devel:languages:python

- Add gce_image_projects.patch to update the current list of SUSE image projects in GCE.

OBS-URL: https://build.opensuse.org/request/show/778082
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=94
This commit is contained in:
Tomáš Chvátal
2020-02-22 07:30:59 +00:00
committed by Git OBS Bridge
parent d6ce3c5cb9
commit 5142b78927
3 changed files with 52 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: Apache-2.0
Group: System/Monitoring
URL: https://libcloud.apache.org
Source0: https://files.pythonhosted.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.gz
Patch1: gce_image_projects.patch
Patch2: ec2_create_node.patch
BuildRequires: %{python_module libvirt-python}
BuildRequires: %{python_module lockfile}
@@ -57,6 +58,7 @@ differences among multiple cloud provider APIs.
%prep
%setup -q -n apache-libcloud-%{version}
%patch1 -p1
%patch2 -p1
sed -i '/^#!/d' demos/gce_demo.py
chmod a-x demos/gce_demo.py