Source: python-pika-pool
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-setuptools,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-pika (>= 0.9),
                     python-pytest,
                     python3-pika (>= 0.9),
                     python3-pytest,
Standards-Version: 3.9.7
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pika-pool?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-pika-pool -b debian/newton
Homepage: https://github.com/bninja/pika-pool
XS-Testsuite: autopkgtest

Package: python-pika-pool
Architecture: all
Depends: python-pika (>= 0.9),
         ${misc:Depends},
         ${python:Depends},
Description: Pika connection pooling - Python 2.7
 Pika-pool is a Pika connection pooling inspired by flask-pika and SQLAlchemy
 pool.Pool. Typically you'll go with local RabbitMQ shovels, krazee-eyez kombu,
 etc. But this works too.
 .
 This package contains the Python 2.7 module.

Package: python3-pika-pool
Architecture: all
Depends: python3-pika (>= 0.9),
         ${misc:Depends},
         ${python3:Depends},
Description: Pools for pikas. - Python 3.x
 Pika-pool is a Pika connection pooling inspired by flask-pika and SQLAlchemy
 pool.Pool. Typically you'll go with local RabbitMQ shovels, krazee-eyez kombu,
 etc. But this works too.
 .
 This package contains the Python 3.x module.
