Source: python-requests-mock
Section: python
Priority: optional
Maintainer: MOS Glance team <mos-glance@mirantis.com>
Build-Depends: debhelper (>= 9),
               openstack-pkg-tools,
               python-all (>= 2.7.1),
               python-pbr,
               python-setuptools,
               python-sphinx
Build-Depends-Indep: python-fixtures,
                     python-mock,
                     python-requests (>= 1.1),
                     python-six,
                     python-subunit,
                     python-testtools,
                     python-urllib3,
                     subunit,
                     testrepository (>= 0.0.18)
Standards-Version: 3.9.6
Homepage: https://github.com/jamielennox/requests-mock

Package: python-requests-mock
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-requests (>= 1.1), python-six, ${misc:Depends}, ${python:Depends}
Description: mock out responses from the requests package - Python 2.x
 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adatper
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
 This package contains the Python 2.x module.

Package: python-requests-mock-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: mock out responses from the requests package - doc
 requests-mock provides a building block to stub out the HTTP requests_
 portions of your testing code. Everything in requests_ eventually goes through
 an adapter to do the transport work. requests-mock creates a custom adatper
 that allows you to predefine responses when certain URIs are called. There are
 then a number of methods provided to get the adapter used.
 .
  This package contains the documentation.
