1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: python-requestsexceptions
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-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.
|