From a33f237f3c6bfa225c94a0fa09d39fd757d34b966c000dbb1079a74604946637 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 17 May 2015 12:09:34 +0000 Subject: [PATCH] Accepting request 307020 from home:mcalmer:branches:devel:languages:python - add requires for python-six and python-requests OBS-URL: https://build.opensuse.org/request/show/307020 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=2 --- python-pyvmomi.changes | 5 +++++ python-pyvmomi.spec | 15 +++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/python-pyvmomi.changes b/python-pyvmomi.changes index 7ae5e53..7da06b7 100644 --- a/python-pyvmomi.changes +++ b/python-pyvmomi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 13 15:03:26 UTC 2015 - mc@suse.com + +- add requires for python-six and python-requests + ------------------------------------------------------------------- Tue Nov 4 17:28:19 UTC 2014 - hpj@urpla.net diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index c85811a..48b006a 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyvmomi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -14,23 +14,26 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pyvmomi Version: 5.5.0.2014.1.1 Release: 0 -License: Apache-2.0 Summary: VMware vSphere Python SDK -Url: https://github.com/vmware/pyvmomi +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/vmware/pyvmomi Source: https://pypi.python.org/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz -Patch: pyvmomi-git20141104-new.diff +Patch: pyvmomi-git20141104-new.diff +Requires: python-requests >= 2.3.0 +Requires: python-six >= 1.7.3 BuildRequires: python-devel +BuildRequires: python-requests >= 2.3.0 BuildRequires: python-setuptools BuildRequires: python-six >= 1.7.3 -BuildRequires: python-requests >= 2.3.0 -BuildRequires: python-vcrpy BuildRequires: python-testtools >= 0.9.34 +BuildRequires: python-vcrpy BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}