1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: python-googlecloudapis
Section: web
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>, Jimmy Kaplowitz <jimmy@debian.org>
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-oauth2client,
python-pbr,
python-protorpc-standalone,
python3-all (>= 3.2),
python3-oauth2client,
python3-pbr,
python3-protorpc-standalone
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=cloud/python-googlecloudapis.git;a=summary
Vcs-Git: git://anonscm.debian.org/cloud/python-googlecloudapis.git
Homepage: https://developers.google.com/cloud/sdk/
Package: python-googlecloudapis
Section: python
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-oauth2client,
python-protorpc-standalone,
${misc:Depends},
${python:Depends}
Description: collection of utilities for client-side tools - Python 2.x
The Google Cloud APIs package contains the apitools, which is a collection of
utilities to make it easier to build client-side tools, especially those that
talk to Google APIs.
.
This package provides the Python 2.x version.
Package: python3-googlecloudapis
Section: python
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-oauth2client,
python3-protorpc-standalone,
${misc:Depends},
${python3:Depends}
Description: collection of utilities for client-side tools - Python 2.x
The Google Cloud APIs package contains the apitools, which is a collection of
utilities to make it easier to build client-side tools, especially those that
talk to Google APIs.
.
This package provides the Python 2.x version.
|