mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-dnspython: rebuild for Python 3.10
This commit is contained in:
parent
4fbd14cfde
commit
5a70d6aa1d
2 changed files with 2 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
|||
In order to perform DNSSEC validation install python3-pycryptodome.
|
||||
To do elliptic curves install also python3-ecdsa.
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue