mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-24 11:00:37 -09:00
Add new python-jinja2 and python-requests runtime dependencies.
Migrate from setuptools to poetry build backend.
License hash changed due to formatting changes:
8341b2e134
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
586 B
Makefile
16 lines
586 B
Makefile
################################################################################
|
|
#
|
|
# python-pysmi
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYSMI_VERSION = 1.5.0
|
|
PYTHON_PYSMI_SOURCE = pysmi-$(PYTHON_PYSMI_VERSION).tar.gz
|
|
PYTHON_PYSMI_SITE = https://files.pythonhosted.org/packages/59/d9/136ca19b66a917377a3b40f390f525eeeb21122dba7562a726bfb2d3629e
|
|
PYTHON_PYSMI_SETUP_TYPE = pep517
|
|
PYTHON_PYSMI_LICENSE = BSD-2-Clause
|
|
PYTHON_PYSMI_LICENSE_FILES = LICENSE.rst
|
|
PYTHON_PYSMI_DEPENDENCIES = host-python-poetry-core
|
|
|
|
$(eval $(python-package))
|