- 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
This commit is contained in:
2016-10-28 17:34:09 +00:00
committed by Git OBS Bridge
parent 20d3d048af
commit a538b67a9d
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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