package/python-dnspython: 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:
parent
c1ff204168
commit
5711fda823
1 changed files with 1 additions and 3 deletions
|
|
@ -9,9 +9,7 @@ PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).tar.gz
|
|||
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/b5/4a/263763cb2ba3816dd94b08ad3a33d5fdae34ecb856678773cc40a3605829
|
||||
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
|
||||
PYTHON_DNSPYTHON_SETUP_TYPE = hatch
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue