package/python-pkgconfig: use poetry setup type

Use the new poetry setup type which automatically pulls in the
host-python-poetry-core dependency.

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 2024-11-05 10:34:25 -07:00 committed by Thomas Petazzoni
parent 017d46de47
commit 7ae59137a2

View File

@ -7,10 +7,8 @@
PYTHON_PKGCONFIG_VERSION = 1.5.5
PYTHON_PKGCONFIG_SOURCE = pkgconfig-$(PYTHON_PKGCONFIG_VERSION).tar.gz
PYTHON_PKGCONFIG_SITE = https://files.pythonhosted.org/packages/c4/e0/e05fee8b5425db6f83237128742e7e5ef26219b687ab8f0d41ed0422125e
PYTHON_PKGCONFIG_SETUP_TYPE = setuptools
PYTHON_PKGCONFIG_SETUP_TYPE = poetry
PYTHON_PKGCONFIG_LICENSE = MIT
PYTHON_PKGCONFIG_LICENSE_FILES = LICENSE
HOST_PYTHON_PKGCONFIG_DEPENDENCIES = host-python-poetry-core
$(eval $(host-python-package))