From 5a70d6aa1dc59664d49147b051f313dc325dd2f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH] python3-dnspython: rebuild for Python 3.10 --- srcpkgs/python3-dnspython/INSTALL.msg | 2 -- srcpkgs/python3-dnspython/template | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 srcpkgs/python3-dnspython/INSTALL.msg diff --git a/srcpkgs/python3-dnspython/INSTALL.msg b/srcpkgs/python3-dnspython/INSTALL.msg deleted file mode 100644 index 1af511dc841..00000000000 --- a/srcpkgs/python3-dnspython/INSTALL.msg +++ /dev/null @@ -1,2 +0,0 @@ -In order to perform DNSSEC validation install python3-pycryptodome. -To do elliptic curves install also python3-ecdsa. diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template index 2374c83ca24..0a9a8eb23d8 100644 --- a/srcpkgs/python3-dnspython/template +++ b/srcpkgs/python3-dnspython/template @@ -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 " license="ISC"