[Buildroot] [PATCH 37/38] python-pysnmp-apps: new package

Ryan Barnett rjbarnet at rockwellcollins.com
Mon Dec 9 12:18:36 UTC 2013


Thomas,

Thomas Petazzoni <thomas.petazzoni at free-electrons.com> wrote on 12/08/2013 
04:15:06 PM:

[...]

> diff --git a/package/python-pysnmp-apps/Config.in 
b/package/python-pysnmp-apps/Config.in
> new file mode 100644
> index 0000000..0a1d98b
> --- /dev/null
> +++ b/package/python-pysnmp-apps/Config.in
> @@ -0,0 +1,13 @@
> +config BR2_PACKAGE_PYTHON_PYSNMP_APPS
> +   bool "python-pysnmp-apps"
> +   depends on BR2_PACKAGE_PYTHON
> +   select BR2_PACKAGE_PYTHON_PYSNMP
> +   depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
> +   help
> +     PySNMP MIBs is a set of IETF & IANA MIBs pre-compiled and
> +     packaged to simplify their use with the PySNMP library.

Looks like I have a copy and paste error. Please update the description to 
be the following:

A collection of command-line tools for SNMP management purposes built on 
top of PySNMP package. 

> +
> +     http://pysnmp.sf.net
> +
> +comment "python-pysnmp-apps needs toolchain w/ C++"
> +        depends on !BR2_INSTALL_LIBSTDCPP

[...]

Thanks,
-Ryan



More information about the buildroot mailing list