mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-26 02:47:15 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
config BR2_PACKAGE_PYTHON_PYSNMP
|
|
bool "python-pysnmp"
|
|
select BR2_PACKAGE_PYTHON_PYSMI # runtime
|
|
select BR2_PACKAGE_PYTHON_PYCRYPTODOMEX # runtime
|
|
select BR2_PACKAGE_PYTHON_PYASN1 # runtime
|
|
help
|
|
PySNMP is a cross-platform, pure-Python SNMP engine
|
|
implementation.
|
|
|
|
http://pysnmp.sf.net
|