Codebase list dnspython / f4714ee
Add missing depends on netbase Scott Kitterman 4 years ago
2 changed file(s) with 4 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
77 * Drop python2 support (Closes: #952782, #936427)
88 * Bump debhelper-compat to 12 without further change
99 * Drop ancient python3-all version requirements
10
11 -- Scott Kitterman <scott@kitterman.com> Sat, 07 Mar 2020 18:58:54 -0500
10 * Add missing depends on netbase
11
12 -- Scott Kitterman <scott@kitterman.com> Sat, 07 Mar 2020 19:10:23 -0500
1213
1314 dnspython (1.16.0-1) unstable; urgency=medium
1415
1010
1111 Package: python3-dnspython
1212 Architecture: all
13 Depends: ${python3:Depends}, ${misc:Depends}
13 Depends: ${python3:Depends}, ${misc:Depends}, netbase
1414 Description: DNS toolkit for Python 3
1515 dnspython is a DNS toolkit for Python. It supports almost all record types. It
1616 can be used for queries, zone transfers, and dynamic updates. It supports TSIG