8122a1d85b
Update dependencies. License was renamed to LICENSE.rst (no content changed). Add hash for license. Fixes: http://autobuild.buildroot.org/results/9b3/9b3bcd761aa35d9fdf4acc05258cc87e8c36fb14/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|