mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/python-soupsieve: 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
f15906ded9
commit
f9e50c1137
@@ -7,9 +7,8 @@
|
||||
PYTHON_SOUPSIEVE_VERSION = 2.6
|
||||
PYTHON_SOUPSIEVE_SOURCE = soupsieve-$(PYTHON_SOUPSIEVE_VERSION).tar.gz
|
||||
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb
|
||||
PYTHON_SOUPSIEVE_SETUP_TYPE = pep517
|
||||
PYTHON_SOUPSIEVE_SETUP_TYPE = hatch
|
||||
PYTHON_SOUPSIEVE_LICENSE = MIT
|
||||
PYTHON_SOUPSIEVE_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_SOUPSIEVE_DEPENDENCIES = host-python-hatchling
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user