mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-hatch-fancy-pypi-readme: 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
07c18b8791
commit
9eb383f076
@@ -9,7 +9,6 @@ PYTHON_HATCH_FANCY_PYPI_README_SOURCE = hatch_fancy_pypi_readme-$(PYTHON_HATCH_F
|
||||
PYTHON_HATCH_FANCY_PYPI_README_SITE = https://files.pythonhosted.org/packages/b4/c2/c9094283a07dd96c5a8f7a5f1910259d40d2e29223b95dd875a6ca13b58f
|
||||
PYTHON_HATCH_FANCY_PYPI_README_LICENSE = MIT
|
||||
PYTHON_HATCH_FANCY_PYPI_README_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_HATCH_FANCY_PYPI_README_SETUP_TYPE = pep517
|
||||
HOST_PYTHON_HATCH_FANCY_PYPI_README_DEPENDENCIES = host-python-hatchling
|
||||
PYTHON_HATCH_FANCY_PYPI_README_SETUP_TYPE = hatch
|
||||
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user