package/python-pep517: drop host-python-tomli dependency

The host-python-tomli dependency is not required on python version
3.11 and newer.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2022-12-05 21:41:56 -07:00 committed by Thomas Petazzoni
parent 889c7815ed
commit c0e09a1b0a

View File

@ -10,6 +10,5 @@ PYTHON_PEP517_SITE = https://files.pythonhosted.org/packages/4d/19/e11fcc88288f6
PYTHON_PEP517_LICENSE = MIT
PYTHON_PEP517_LICENSE_FILES = LICENSE
PYTHON_PEP517_SETUP_TYPE = flit-bootstrap
HOST_PYTHON_PEP517_DEPENDENCIES = host-python-tomli
$(eval $(host-python-package))