mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
package/python-simplelogging: 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
099d3a23e9
commit
549dde9f1a
@ -7,9 +7,8 @@
|
||||
PYTHON_SIMPLELOGGING_VERSION = 0.12.0
|
||||
PYTHON_SIMPLELOGGING_SOURCE = simplelogging-$(PYTHON_SIMPLELOGGING_VERSION).tar.gz
|
||||
PYTHON_SIMPLELOGGING_SITE = https://files.pythonhosted.org/packages/30/71/d6b6513598e6a4300f6142a839d1b0e10a25a4707f1b586d9a6331be91bb
|
||||
PYTHON_SIMPLELOGGING_SETUP_TYPE = pep517
|
||||
PYTHON_SIMPLELOGGING_SETUP_TYPE = poetry
|
||||
PYTHON_SIMPLELOGGING_LICENSE = BSD-3-Clause
|
||||
PYTHON_SIMPLELOGGING_LICENSE_FILES = LICENSE
|
||||
PYTHON_SIMPLELOGGING_DEPENDENCIES = host-python-poetry-core
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user