package/python-docker: use hatch setup type

Use the new hatch setup type which automatically pulls in the
host-python-hatchling dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-10-23 23:16:38 -06:00 committed by Thomas Petazzoni
parent 98fdde49b8
commit 085fcb5390

View file

@ -7,11 +7,11 @@
PYTHON_DOCKER_VERSION = 7.1.0
PYTHON_DOCKER_SOURCE = docker-$(PYTHON_DOCKER_VERSION).tar.gz
PYTHON_DOCKER_SITE = https://files.pythonhosted.org/packages/91/9b/4a2ea29aeba62471211598dac5d96825bb49348fa07e906ea930394a83ce
PYTHON_DOCKER_SETUP_TYPE = pep517
PYTHON_DOCKER_SETUP_TYPE = hatch
PYTHON_DOCKER_LICENSE = Apache-2.0
PYTHON_DOCKER_LICENSE_FILES = LICENSE
PYTHON_DOCKER_CPE_ID_VENDOR = docker
PYTHON_DOCKER_CPE_ID_PRODUCT = docker-py
PYTHON_DOCKER_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
PYTHON_DOCKER_DEPENDENCIES = host-python-hatch-vcs
$(eval $(python-package))