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