1config BR2_PACKAGE_SNMPCLITOOLS
2	bool "snmpclitools"
3	depends on BR2_PACKAGE_PYTHON3
4	select BR2_PACKAGE_PYTHON_PYSMI # runtime
5	select BR2_PACKAGE_PYTHON_PYSNMP # runtime
6	help
7	  SNMP command-line tools.
8
9	  https://github.com/etingof/snmpclitools
10