buildroot/package/snmpclitools/Config.in
Asaf Kahlon 4ddcc73968 package/snmpclitools: new package
For now, we use PKG-INFO as license file, since LICENSE.rst isn't
provided with the tarball.
A pull request was sent upstream:
https://github.com/etingof/snmpclitools/pull/11

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-22 23:18:19 +02:00

10 lines
272 B
Plaintext

config BR2_PACKAGE_SNMPCLITOOLS
bool "snmpclitools"
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_PYSMI # runtime
select BR2_PACKAGE_PYTHON_PYSNMP # runtime
help
SNMP command-line tools.
https://github.com/etingof/snmpclitools