mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/python-multipart: 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:
parent
361f77eebe
commit
ad3a92cb1c
@ -7,9 +7,8 @@
|
||||
PYTHON_MULTIPART_VERSION = 0.0.10
|
||||
PYTHON_MULTIPART_SOURCE = python_multipart-$(PYTHON_MULTIPART_VERSION).tar.gz
|
||||
PYTHON_MULTIPART_SITE = https://files.pythonhosted.org/packages/f9/29/0e5c896ec896b4e501bafa80ab555bbf3bcb0d720e9e33f908179aeb1a61
|
||||
PYTHON_MULTIPART_SETUP_TYPE = pep517
|
||||
PYTHON_MULTIPART_SETUP_TYPE = hatch
|
||||
PYTHON_MULTIPART_LICENSE = Apache-2.0
|
||||
PYTHON_MULTIPART_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_MULTIPART_DEPENDENCIES = host-python-hatchling
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user