Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_PYTHON_PYSNMP_APPS
bool "python-pysnmp-apps"
select BR2_PACKAGE_PYTHON_PYSNMP
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
help
A collection of command-line tools for SNMP management
purposes built on top of the PySNMP package.
http://pysnmp.sf.net
comment "python-pysnmp-apps needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP

View File

@@ -0,0 +1,16 @@
################################################################################
#
# python-pysnmp-apps
#
################################################################################
PYTHON_PYSNMP_APPS_VERSION = 0.3.3
PYTHON_PYSNMP_APPS_SOURCE = pysnmp-apps-$(PYTHON_PYSNMP_APPS_VERSION).tar.gz
PYTHON_PYSNMP_APPS_SITE = https://pypi.python.org/packages/source/p/pysnmp-apps
PYTHON_PYSNMP_APPS_SETUP_TYPE = setuptools
PYTHON_PYSNMP_APPS_LICENSE = BSD-3c
PYTHON_PYSNMP_APPS_LICENSE_FILES = LICENSE
PYTHON_PYSNMP_APPS_DEPENDENCIES = python-pysnmp
$(eval $(python-package))