mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-iniconfig: 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
3aa97a8eef
commit
dc7d1ac681
@@ -7,9 +7,9 @@
|
||||
PYTHON_INICONFIG_VERSION = 2.0.0
|
||||
PYTHON_INICONFIG_SOURCE = iniconfig-$(PYTHON_INICONFIG_VERSION).tar.gz
|
||||
PYTHON_INICONFIG_SITE = https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913
|
||||
PYTHON_INICONFIG_SETUP_TYPE = pep517
|
||||
PYTHON_INICONFIG_SETUP_TYPE = hatch
|
||||
PYTHON_INICONFIG_LICENSE = MIT
|
||||
PYTHON_INICONFIG_LICENSE_FILES = LICENSE
|
||||
PYTHON_INICONFIG_DEPENDENCIES = host-python-hatchling host-python-hatch-vcs
|
||||
PYTHON_INICONFIG_DEPENDENCIES = host-python-hatch-vcs
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user