d5463c142f
Add new python-jinja2 and python-requests runtime dependencies. Migrate from setuptools to poetry build backend. License hash changed due to formatting changes: https://github.com/lextudio/pysmi/commit/8341b2e13421739cb3f284c1bf725ab56f7af15a 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
|