mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/python-service-identity: 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
d4791c1757
commit
361f77eebe
@@ -9,9 +9,8 @@ PYTHON_SERVICE_IDENTITY_SOURCE = service_identity-$(PYTHON_SERVICE_IDENTITY_VERS
|
||||
PYTHON_SERVICE_IDENTITY_SITE = https://files.pythonhosted.org/packages/38/d2/2ac20fd05f1b6fce31986536da4caeac51ed2e1bb25d4a7d73ca4eccdfab
|
||||
PYTHON_SERVICE_IDENTITY_LICENSE = MIT
|
||||
PYTHON_SERVICE_IDENTITY_LICENSE_FILES = LICENSE
|
||||
PYTHON_SERVICE_IDENTITY_SETUP_TYPE = pep517
|
||||
PYTHON_SERVICE_IDENTITY_SETUP_TYPE = hatch
|
||||
PYTHON_SERVICE_IDENTITY_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-vcs \
|
||||
host-python-hatch-fancy-pypi-readme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user