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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: python-troveclient
Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Corey Bryant <corey.bryant@canonical.com>,
David Della Vecchia <ddv@canonical.com>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr (>= 1.6),
python-setuptools,
python-sphinx,
python3-all,
python3-pbr (>= 1.6),
python3-setuptools,
Build-Depends-Indep: python-babel (>= 2.3.4),
python-coverage,
python-crypto,
python-hacking,
python-httplib2,
python-keystoneauth1 (>= 2.10.0),
python-mistralclient (>= 1:2.0.0),
python-mock (>= 2.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.utils (>= 3.16.0),
python-oslosphinx (>= 2.5.0),
python-oslotest (>= 1:1.10.0),
python-prettytable,
python-requests (>= 2.10.0),
python-requests-mock (>= 1.0),
python-simplejson,
python-six (>= 1.9.0),
python-swiftclient (>= 1:2.2.0),
python-testscenarios,
python-testtools (>= 1.4.0),
python3-babel (>= 2.3.4),
python3-crypto,
python3-httplib2,
python3-keystoneauth1 (>= 2.10.0),
python3-mistralclient (>= 1:2.0.0),
python3-mock (>= 2.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.utils (>= 3.16.0),
python3-oslotest (>= 1:1.10.0),
python3-prettytable,
python3-requests (>= 2.10.0),
python3-requests-mock (>= 1.0),
python3-simplejson,
python3-six (>= 1.9.0),
python3-swiftclient (>= 1:2.2.0),
python3-testscenarios,
python3-testtools (>= 1.4.0),
subunit (>= 1.1.0),
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-troveclient?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-troveclient -b debian/newton
Homepage: http://www.openstack.org
XS-Testsuite: autopkgtest
Package: python-troveclient
Architecture: all
Depends: python-babel (>= 2.3.4),
python-keystoneauth1 (>= 2.10.0),
python-mistralclient (>= 1:2.0.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.utils (>= 3.16.0),
python-pbr (>= 1.6),
python-prettytable,
python-requests (>= 2.10.0),
python-simplejson,
python-six (>= 1.9.0),
python-swiftclient (>= 1:2.2.0),
${misc:Depends},
${python:Depends},
Description: Client for OpenStack Database as a Service - Python 2.7
Trove is Database as a Service for OpenStack. It's designed to run entirely on
OpenStack, with the goal of allowing users to quickly and easily utilize the
features of a relational database without the burden of handling complex
administrative tasks. Cloud users and database administrators can provision
and manage multiple database instances as needed.
.
This package contains the Python 2.7 module.
Package: python3-troveclient
Architecture: all
Depends: python3-babel (>= 2.3.4),
python3-keystoneauth1 (>= 2.10.0),
python3-mistralclient (>= 1:2.0.0),
python3-oslo.i18n (>= 2.1.0),
python3-oslo.utils (>= 3.16.0),
python3-pbr (>= 1.6),
python3-prettytable,
python3-requests (>= 2.10.0),
python3-simplejson,
python3-six (>= 1.9.0),
python3-swiftclient (>= 1:2.2.0),
${misc:Depends},
${python3:Depends},
Description: Client for OpenStack Database as a Service - Python 3.x
Trove is Database as a Service for OpenStack. It's designed to run entirely on
OpenStack, with the goal of allowing users to quickly and easily utilize the
features of a relational database without the burden of handling complex
administrative tasks. Cloud users and database administrators can provision
and manage multiple database instances as needed.
.
This package contains the Python 3.x module.
|