From d8b19b3df4a80c447097031efcb9b558923bd32f Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 20 Feb 2023 13:08:55 +0800 Subject: [PATCH] python-dns: Update to 2.3.0 This adds a build dependency that will be required for pyproject.toml-based builds. Signed-off-by: Jeffery To (cherry picked from commit 68c0c77df6b8f4509859a93344715a7fb21f864e) --- lang/python/python-dns/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/python/python-dns/Makefile b/lang/python/python-dns/Makefile index 75833fa853..f303733b65 100644 --- a/lang/python/python-dns/Makefile +++ b/lang/python/python-dns/Makefile @@ -8,16 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-dns -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.3.0 PKG_RELEASE:=1 PYPI_NAME:=dnspython -PKG_HASH:=e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6 +PKG_HASH:=224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 PKG_LICENSE:=ISC PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Josef Schlehofer +PKG_BUILD_DEPENDS:=python-poetry-core/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk -- 2.30.2