mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 22:33:27 +08:00
package/python-pysnmp-apps: remove package
The package was renamed to snmpclitools and is no longer maintained. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4ddcc73968
commit
ae2781d7d7
@ -146,6 +146,15 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2019.11"
|
||||
|
||||
config BR2_PACKAGE_PYTHON_PYSNMP_APPS
|
||||
bool "python-pysnmp-apps was removed"
|
||||
select BR2_LEGACY
|
||||
select BR2_PACKAGE_SNMPCLITOOLS
|
||||
help
|
||||
Following upstream changes, the python-pysnmp-apps package
|
||||
has been removed, and snmpclitools should be used as a
|
||||
replacement.
|
||||
|
||||
config BR2_KERNEL_HEADERS_5_2
|
||||
bool "kernel headers version 5.2.x are no longer supported"
|
||||
select BR2_LEGACY
|
||||
|
@ -1040,7 +1040,6 @@ menu "External python modules"
|
||||
source "package/python-pysmb/Config.in"
|
||||
source "package/python-pysmi/Config.in"
|
||||
source "package/python-pysnmp/Config.in"
|
||||
source "package/python-pysnmp-apps/Config.in"
|
||||
source "package/python-pysnmp-mibs/Config.in"
|
||||
source "package/python-pysocks/Config.in"
|
||||
source "package/python-pytablereader/Config.in"
|
||||
|
@ -1,12 +0,0 @@
|
||||
config BR2_PACKAGE_PYTHON_PYSNMP_APPS
|
||||
bool "python-pysnmp-apps"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
|
||||
select BR2_PACKAGE_PYTHON_PYSNMP
|
||||
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
|
@ -1,5 +0,0 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pysnmp-apps/json
|
||||
md5 ed3e4d421bb0e1806298120313efccc2 pysnmp-apps-0.5.3.tar.gz
|
||||
sha256 bf4ea6f3054a25b05e255d29e0b57a8aa8102f509048e3a9c0d93ddc86aff570 pysnmp-apps-0.5.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 f82128f64d567c333936a12b99a21d0e8cd66ce628d51ce0a7770cc38dc7fe43 LICENSE.txt
|
@ -1,15 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pysnmp-apps
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSNMP_APPS_VERSION = 0.5.3
|
||||
PYTHON_PYSNMP_APPS_SOURCE = pysnmp-apps-$(PYTHON_PYSNMP_APPS_VERSION).tar.gz
|
||||
PYTHON_PYSNMP_APPS_SITE = https://files.pythonhosted.org/packages/c2/1a/26f5f3732df2c7d34663a7f2fa6534b5b4ffae73a4a440b75864ec826ba6
|
||||
PYTHON_PYSNMP_APPS_SETUP_TYPE = setuptools
|
||||
PYTHON_PYSNMP_APPS_LICENSE = BSD-2-Clause
|
||||
PYTHON_PYSNMP_APPS_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_PYSNMP_APPS_DEPENDENCIES = python-pysnmp
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user