Files
deb-python-oslo.db/debian/control
2015-04-27 20:58:51 +00:00

79 lines
2.8 KiB
Plaintext

Source: python-oslo.db
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr,
python-setuptools,
python-sphinx,
Build-Depends-Indep: alembic (>= 0.7.2),
python-babel,
python-coverage,
python-fixtures,
python-hacking,
python-iso8601,
python-migrate (>= 0.9.5),
python-mysqldb,
python-oslo.config (>= 1:1.9.0),
python-oslo.i18n (>= 1.3.0),
python-oslo.utils (>= 1.2.0),
python-oslosphinx (>= 2.2.0.0),
python-oslotest (>= 1.2.0),
python-psycopg2,
python-six (>= 1.9.0),
python-sqlalchemy,
python-stevedore (>= 1.1.0),
python-tempest-lib (>= 0.3.0),
python-testresources,
python-testscenarios,
python-testtools,
subunit,
testrepository,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-oslo.db.git
Vcs-Git: git://anonscm.debian.org/openstack/python-oslo.db.git
Homepage: http://launchpad.net/oslo
Package: python-oslo.db
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Provides: python-oslo-db,
Depends: alembic (>= 0.7.2),
python-babel,
python-iso8601,
python-migrate (>= 0.9.5),
python-oslo.config (>= 1:1.9.0),
python-oslo.i18n (>= 1.3.0),
python-oslo.utils (>= 1.2.0),
python-pbr,
python-six (>= 1.9.0),
python-sqlalchemy,
python-stevedore (>= 1.1.0),
python-testresources,
python-testscenarios,
${misc:Depends},
${python:Depends},
Description: database connectivity to the different backends and helper utils - Python 2.x
The Oslo database handling library is part of the OpenStack project. It
provides database connectivity to the different backends and also provides
helper utils.
.
This package contains the Python 2.x module.
Package: python-oslo.db-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~),
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: database connectivity to the different backends and helper utils - doc
The Oslo database handling library is part of the OpenStack project. It
provides database connectivity to the different backends and also provides
helper utils.
.
This package contains the documentation.