Source: python-requestsexceptions
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/openstack/requestsexceptions/tags
Vcs-Browser: https://github.com/alvistack/openstack-requestsexceptions
Vcs-Git: https://github.com/alvistack/openstack-requestsexceptions.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-requestsexceptions
Architecture: all
Description: Import exceptions from potentially bundled packages in requests
 The python requests library bundles the urllib3 library, however, some
 software distributions 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
