mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-httpcore: 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
b2cf67ece0
commit
07525ad019
@@ -7,11 +7,9 @@
|
||||
PYTHON_HTTPCORE_VERSION = 1.0.6
|
||||
PYTHON_HTTPCORE_SOURCE = httpcore-$(PYTHON_HTTPCORE_VERSION).tar.gz
|
||||
PYTHON_HTTPCORE_SITE = https://files.pythonhosted.org/packages/b6/44/ed0fa6a17845fb033bd885c03e842f08c1b9406c86a2e60ac1ae1b9206a6
|
||||
PYTHON_HTTPCORE_SETUP_TYPE = pep517
|
||||
PYTHON_HTTPCORE_SETUP_TYPE = hatch
|
||||
PYTHON_HTTPCORE_LICENSE = BSD-3-Clause
|
||||
PYTHON_HTTPCORE_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_HTTPCORE_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme
|
||||
PYTHON_HTTPCORE_DEPENDENCIES = host-python-hatch-fancy-pypi-readme
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user