mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 09:00:38 -09:00
Replace poetry-core build backend with hatchling. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
701 B
Makefile
18 lines
701 B
Makefile
################################################################################
|
|
#
|
|
# python-dnspython
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_DNSPYTHON_VERSION = 2.6.1
|
|
PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).tar.gz
|
|
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/37/7d/c871f55054e403fdfd6b8f65fd6d1c4e147ed100d3e9f9ba1fe695403939
|
|
PYTHON_DNSPYTHON_LICENSE = ISC
|
|
PYTHON_DNSPYTHON_LICENSE_FILES = LICENSE
|
|
PYTHON_DNSPYTHON_SETUP_TYPE = pep517
|
|
PYTHON_DNSPYTHON_DEPENDENCIES = host-python-hatchling
|
|
HOST_PYTHON_DNSPYTHON_DEPENDENCIES = host-python-hatchling
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(host-python-package))
|