kumquat-buildroot/package/python-dnspython/python-dnspython.mk
James Hilliard d7b796406e package/python-dnspython: bump to version 2.2.1
Backport patch removing wheel dependency.

Add new host-python-setuptools-scm build dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-11 09:28:46 +01:00

18 lines
715 B
Makefile

################################################################################
#
# python-dnspython
#
################################################################################
PYTHON_DNSPYTHON_VERSION = 2.2.1
PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).tar.gz
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/99/fb/e7cd35bba24295ad41abfdff30f6b4c271fd6ac70d20132fa503c3e768e0
PYTHON_DNSPYTHON_LICENSE = ISC
PYTHON_DNSPYTHON_LICENSE_FILES = LICENSE
PYTHON_DNSPYTHON_SETUP_TYPE = setuptools
PYTHON_DNSPYTHON_DEPENDENCIES = host-python-setuptools-scm
HOST_PYTHON_DNSPYTHON_DEPENDENCIES = host-python-setuptools-scm
$(eval $(python-package))
$(eval $(host-python-package))