mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
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
|