mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Thomas Petazzoni
parent
c1ff204168
commit
5711fda823
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user