From c4e988417533cbae4f14975ae784feecfaf718720b9eaebc5fb7d36c28591312 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 18 Jan 2017 13:52:45 +0000 Subject: [PATCH] Accepting request 450417 from home:frispete:python - fix build: add python-fixtures to build dependencies OBS-URL: https://build.opensuse.org/request/show/450417 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvmomi?expand=0&rev=5 --- python-pyvmomi.changes | 5 +++++ python-pyvmomi.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-pyvmomi.changes b/python-pyvmomi.changes index 8f1f330..e586c26 100644 --- a/python-pyvmomi.changes +++ b/python-pyvmomi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 15 11:57:13 UTC 2017 - hpj@urpla.net + +- fix build: add python-fixtures to build dependencies + ------------------------------------------------------------------- Thu Jan 12 19:30:55 UTC 2017 - mardnh@gmx.de diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index 5e2909c..72b7969 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -26,6 +26,7 @@ Group: Development/Languages/Python Url: https://github.com/vmware/pyvmomi Source: https://pypi.io/packages/source/p/pyvmomi/pyvmomi-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-fixtures >= 1.3.0 BuildRequires: python-requests >= 2.3.0 BuildRequires: python-setuptools BuildRequires: python-six >= 1.7.3 @@ -54,6 +55,8 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check +#export PYTHONPATH=%{buildroot}%{python_sitelib} +#cd %{buildroot}%{python_sitelib} python setup.py test %files