forked from pool/python-pyvmomi
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
This commit is contained in:
committed by
Git OBS Bridge
parent
2ea8221626
commit
a33f237f3c
@@ -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
|
Tue Nov 4 17:28:19 UTC 2014 - hpj@urpla.net
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyvmomi
|
# 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.
|
# Copyright (c) 2014 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -14,23 +14,26 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-pyvmomi
|
Name: python-pyvmomi
|
||||||
Version: 5.5.0.2014.1.1
|
Version: 5.5.0.2014.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
|
||||||
Summary: VMware vSphere Python SDK
|
Summary: VMware vSphere Python SDK
|
||||||
Url: https://github.com/vmware/pyvmomi
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/vmware/pyvmomi
|
||||||
Source: https://pypi.python.org/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz
|
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-devel
|
||||||
|
BuildRequires: python-requests >= 2.3.0
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-six >= 1.7.3
|
BuildRequires: python-six >= 1.7.3
|
||||||
BuildRequires: python-requests >= 2.3.0
|
|
||||||
BuildRequires: python-vcrpy
|
|
||||||
BuildRequires: python-testtools >= 0.9.34
|
BuildRequires: python-testtools >= 0.9.34
|
||||||
|
BuildRequires: python-vcrpy
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Reference in New Issue
Block a user