Source: oslo.messaging
Section: python
Priority: optional
Maintainer: MOS Oslo team <mos-oslo@mirantis.com>
Build-Depends:
 debhelper (>= 9),
 openstack-pkg-tools,
 dh-python,
 python-all (>= 2.7.1),
 python-babel (>= 1.3),
 python-concurrent.futures (>= 2.1.6),
 python-eventlet (>= 0.16.1),
 python-fixtures (>= 0.3.14),
 python-hacking (>= 0.10.0),
 python-kombu (>= 2.5.0),
 python-mock (>= 1.0),
 python-mox3 (>= 0.7.0),
 python-oslo.config (>= 1:1.9.3),
 python-oslo.i18n (>= 1.5.0),
 python-oslo.middleware (>= 1.0.0),
 python-oslo.serialization (>= 1.4.0),
 python-oslo.utils (>= 1.4.0),
 python-oslosphinx (>= 2.5.0),
 python-oslotest (>= 1.5.1),
 python-pbr (>= 0.10),
 python-redis (>= 2.10.0),
 python-setuptools,
 python-six (>= 1.9.0),
 python-sphinx (>= 1.1.2),
 python-stevedore (>= 1.3.0),
 python-testscenarios (>= 0.4),
 python-testtools (>= 0.9.36),
 python-yaml (>= 3.1.0),
 subunit (>= 0.0.18),
 testrepository (>= 0.0.18)
Standards-Version: 3.9.6

Package: python-oslo.messaging
Architecture: all
Depends:
 python-babel (>= 1.3),
 python-eventlet (>= 0.16.1),
 python-kombu (>= 2.5.0),
 python-oslo.config (>= 1:1.9.3),
 python-oslo.i18n (>= 1.5.0),
 python-oslo.middleware (>= 1.0.0),
 python-oslo.serialization (>= 1.4.0),
 python-oslo.utils (>= 1.4.0),
 python-six (>= 1.9.0),
 python-stevedore (>= 1.3.0),
 python-yaml (>= 3.1.0),
 ${misc:Depends},
 ${python:Depends}
Suggests: python-zmq
Description: Oslo Messaging RPC library
 The Oslo Messaging API supports RPC and notifications over a number of
 different messaging transports.

Package: python-oslo.messaging-doc
Architecture: all
Section: doc
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Oslo Messaging RPC library
 The Oslo Messaging API supports RPC and notifications over a number of
 different messaging transports.
 .
 This package contains the documentation.