From a538b67a9d46632cdc7bb5257bb9811abfeac2cdca1ab3a62c369e4b48596196 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 28 Oct 2016 17:34:09 +0000 Subject: [PATCH] - Add missing runtime dependencies as requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=5 --- python-google-api-python-client.changes | 5 +++++ python-google-api-python-client.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index 0408009..a41236e 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 28 17:33:28 UTC 2016 - rjschwei@suse.com + +- Add missing runtime dependencies as requires + ------------------------------------------------------------------- Thu Oct 27 13:48:46 UTC 2016 - rjschwei@suse.com diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index de6e848..25e0de6 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -28,6 +28,7 @@ Patch0: hidePythonDeps.patch Requires: python Requires: python-httplib2 >= 0.8 Requires: python-oauth2client >= 1.5.0 +Requires: python-setuptools Requires: python-six >= 1.6.1 Requires: python-uritemplate >= 3.0.0 BuildRequires: python-devel @@ -39,6 +40,7 @@ BuildRequires: python-unittest2 BuildRequires: python-uritemplate BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 +Requires: python-argparse %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else BuildArch: noarch