mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-traitlets: 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
23c9648fd1
commit
3971156f6d
@@ -9,7 +9,6 @@ PYTHON_TRAITLETS_SOURCE = traitlets-$(PYTHON_TRAITLETS_VERSION).tar.gz
|
||||
PYTHON_TRAITLETS_SITE = https://files.pythonhosted.org/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574
|
||||
PYTHON_TRAITLETS_LICENSE = BSD-3-Clause
|
||||
PYTHON_TRAITLETS_LICENSE_FILES = LICENSE
|
||||
PYTHON_TRAITLETS_SETUP_TYPE = pep517
|
||||
PYTHON_TRAITLETS_DEPENDENCIES = host-python-hatchling
|
||||
PYTHON_TRAITLETS_SETUP_TYPE = hatch
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user