mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-terminaltables: 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:
committed by
Thomas Petazzoni
parent
f0baaa91ea
commit
ddb9bcfc1a
@@ -7,9 +7,8 @@
|
||||
PYTHON_TERMINALTABLES_VERSION = 3.1.10
|
||||
PYTHON_TERMINALTABLES_SOURCE = terminaltables-$(PYTHON_TERMINALTABLES_VERSION).tar.gz
|
||||
PYTHON_TERMINALTABLES_SITE = https://files.pythonhosted.org/packages/f5/fc/0b73d782f5ab7feba8d007573a3773c58255f223c5940a7b7085f02153c3
|
||||
PYTHON_TERMINALTABLES_SETUP_TYPE = pep517
|
||||
PYTHON_TERMINALTABLES_SETUP_TYPE = poetry
|
||||
PYTHON_TERMINALTABLES_LICENSE = MIT
|
||||
PYTHON_TERMINALTABLES_LICENSE_FILES = LICENSE
|
||||
PYTHON_TERMINALTABLES_DEPENDENCIES = host-python-poetry-core
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user