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
|
Source: aiodns
Section: python
Priority: optional
Maintainer: Manuel Guerra <ar.manuelguerra@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-python,
python3-pycares (>= 4.9.0),
python3-setuptools
Build-Depends-Indep: python3-all
Homepage: https://github.com/saghul/aiodns
Vcs-Git: https://salsa.debian.org/debian/aiodns.git
Vcs-Browser: https://salsa.debian.org/debian/aiodns
Standards-Version: 4.7.3
Package: python3-aiodns
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pycares (>= 4.9.0)
Description: Asynchronous DNS resolver library for Python 3
aiodns provides a simple way for doing asynchronous DNS resolutions with a
synchronous looking interface, using pycares.
.
This package installs the library for Python 3.
|