Files
rpi-buildroot/package/python-pysmi/Config.in
James Hilliard d5463c142f package/python-pysmi: bump to version 1.5.0
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>
2024-09-21 22:53:30 +02:00

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