mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-20 17:10:40 -09:00
Drop patch which is now upstream.
License hash changed due to year update:
f1e551b962
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
663 B
Makefile
16 lines
663 B
Makefile
################################################################################
|
|
#
|
|
# python-simplelogging
|
|
#
|
|
################################################################################
|
|
|
|
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_LICENSE = BSD-3-Clause
|
|
PYTHON_SIMPLELOGGING_LICENSE_FILES = LICENSE
|
|
PYTHON_SIMPLELOGGING_DEPENDENCIES = host-python-poetry-core
|
|
|
|
$(eval $(python-package))
|