17
0

- Use new package's name in -test sub-package requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=6
This commit is contained in:
2016-10-28 17:54:16 +00:00
committed by Git OBS Bridge
parent a538b67a9d
commit 26465a52fe
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,11 @@ Fri Oct 28 17:33:28 UTC 2016 - rjschwei@suse.com
- Add missing runtime dependencies as requires - Add missing runtime dependencies as requires
-------------------------------------------------------------------
Fri Oct 28 13:06:13 CEST 2016 - lchiquitto@suse.de
- Use new package's name in -test sub-package requires
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 27 13:48:46 UTC 2016 - rjschwei@suse.com Thu Oct 27 13:48:46 UTC 2016 - rjschwei@suse.com

View File

@@ -28,7 +28,6 @@ Patch0: hidePythonDeps.patch
Requires: python Requires: python
Requires: python-httplib2 >= 0.8 Requires: python-httplib2 >= 0.8
Requires: python-oauth2client >= 1.5.0 Requires: python-oauth2client >= 1.5.0
Requires: python-setuptools
Requires: python-six >= 1.6.1 Requires: python-six >= 1.6.1
Requires: python-uritemplate >= 3.0.0 Requires: python-uritemplate >= 3.0.0
BuildRequires: python-devel BuildRequires: python-devel
@@ -57,7 +56,7 @@ Google APIs Client Library for Python
%package test %package test
Summary: Tests for google-api-python-client Summary: Tests for google-api-python-client
Group: Development/Libraries/Python Group: Development/Libraries/Python
PreReq: google-api-python-client = %version PreReq: python-google-api-python-client = %version
Requires: python-nose Requires: python-nose
%description test %description test