Source: python-requestsexceptions Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, python-pbr (>= 0.11), python-setuptools, python3-all, python3-pbr (>= 0.11), python3-setuptools, Standards-Version: 3.9.6 Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-requestsexceptions?h=debian%2Fnewton Vcs-Git: https://git.openstack.org/openstack/deb-python-requestsexceptions -b debian/newton Homepage: http://www.openstack.org/ Package: python-requestsexceptions Architecture: all Depends: python-pbr (>= 0.11), python-urllib3 (>= 1.13), ${misc:Depends}, ${python:Depends}, Description: import exceptions from bundled packages in requests. - Python 2.7 The Python requests library bundles the urllib3 library, however, some software distributions (like Debian) modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. . This package contains the Python 2.7 module. Package: python3-requestsexceptions Architecture: all Depends: python3-pbr (>= 0.11), python3-urllib3 (>= 1.13), ${misc:Depends}, ${python3:Depends}, Description: import exceptions from bundled packages in requests. - Python 3.x The Python requests library bundles the urllib3 library, however, some software distributions (like Debian) modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. . This package contains the Python 3.x module.