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>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
config BR2_PACKAGE_PYTHON_PYSMI
|
|
bool "python-pysmi"
|
|
select BR2_PACKAGE_PYTHON_JINJA2 # runtime
|
|
select BR2_PACKAGE_PYTHON_PLY # runtime
|
|
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
|
help
|
|
SNMP SMI/MIB Parser.
|
|
|
|
https://github.com/etingof/pysmi
|