diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-02-20 13:08:55 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-04-24 16:18:15 +0800 |
commit | 68c0c77df6b8f4509859a93344715a7fb21f864e (patch) | |
tree | 9c0e55bec4af84f48078db7513c6d8399505ca30 /lang/python/python-dns | |
parent | b78c8ff91858ac7dd15bc45ded2d6ba8fc17335e (diff) |
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 <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-dns')
-rw-r--r-- | lang/python/python-dns/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python/python-dns/Makefile b/lang/python/python-dns/Makefile index 75833fa85..f303733b6 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 <pepe.schlehofer@gmail.com> +PKG_BUILD_DEPENDS:=python-poetry-core/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk |