mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 15:03:27 +08:00
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:
parent
017d46de47
commit
7ae59137a2
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user