xref: /OK3568_Linux_fs/buildroot/package/python-pysnmp-mibs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_PYSNMP_MIBS
2	bool "python-pysnmp-mibs"
3	depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
4	select BR2_PACKAGE_PYTHON_PYSNMP
5	help
6	  PySNMP MIBs is a set of IETF & IANA MIBs pre-compiled and
7	  packaged to simplify their use with the PySNMP library.
8
9	  http://pysnmp.sf.net
10
11comment "python-pysnmp-libs needs a toolchain w/ C++"
12	depends on !BR2_INSTALL_LIBSTDCPP
13