python3-dnspython: rebuild for Python 3.10

This commit is contained in:
Andrew J. Hesford 2021-09-24 23:16:52 -04:00
parent 4fbd14cfde
commit 5a70d6aa1d
2 changed files with 2 additions and 5 deletions

View file

@ -1,2 +0,0 @@
In order to perform DNSSEC validation install python3-pycryptodome.
To do elliptic curves install also python3-ecdsa.

View file

@ -1,15 +1,14 @@
# Template file for 'python3-dnspython'
pkgname=python3-dnspython
version=2.1.0
revision=1
revision=2
wrksrc="dnspython-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
depends="python3"
checkdepends="python3-attrs python3-async_generator python3-idna python3-curio
python3-trio python3-outcome python3-sniffio python3-sortedcontainers
python3-requests python3-requests-toolbelt python3-pycryptodome
python3-pytest iana-etc"
python3-requests python3-requests-toolbelt python3-pytest iana-etc"
short_desc="DNS toolkit for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"