mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-pyhamcrest: 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
a58373d905
commit
b2cf67ece0
@@ -7,11 +7,9 @@
|
||||
PYTHON_PYHAMCREST_VERSION = 2.1.0
|
||||
PYTHON_PYHAMCREST_SOURCE = pyhamcrest-$(PYTHON_PYHAMCREST_VERSION).tar.gz
|
||||
PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/16/3f/f286caba4e64391a8dc9200e6de6ce0d07471e3f718248c3276843b7793b
|
||||
PYTHON_PYHAMCREST_SETUP_TYPE = pep517
|
||||
PYTHON_PYHAMCREST_SETUP_TYPE = hatch
|
||||
PYTHON_PYHAMCREST_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYHAMCREST_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_PYHAMCREST_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-vcs
|
||||
PYTHON_PYHAMCREST_DEPENDENCIES = host-python-hatch-vcs
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user