initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_PYSNMP_MIBS
|
||||
bool "python-pysnmp-mibs"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # pysnmp -> pyasn
|
||||
select BR2_PACKAGE_PYTHON_PYSNMP
|
||||
help
|
||||
PySNMP MIBs is a set of IETF & IANA MIBs pre-compiled and
|
||||
packaged to simplify their use with the PySNMP library.
|
||||
|
||||
http://pysnmp.sf.net
|
||||
|
||||
comment "python-pysnmp-libs needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5 from https://pypi.python.org/pypi/pysnmp-mibs/json
|
||||
md5 01845c4595d87d3c3485c0449616cbda pysnmp-mibs-0.1.6.tar.gz
|
||||
# Locally computed
|
||||
sha256 00fa321ca598e8a14c0ad98702bf10fb5e9d57b7d06bb99dc818fea07683720c pysnmp-mibs-0.1.6.tar.gz
|
||||
sha256 361eda483f7fac1f8cca4e16c340fa07a1cad2bf1200577a01075745233b406c LICENSE.txt
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pysnmp-mibs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYSNMP_MIBS_VERSION = 0.1.6
|
||||
PYTHON_PYSNMP_MIBS_SOURCE = pysnmp-mibs-$(PYTHON_PYSNMP_MIBS_VERSION).tar.gz
|
||||
PYTHON_PYSNMP_MIBS_SITE = https://pypi.python.org/packages/bf/7c/99ab192af934ed5d41ceef92a1b949b41652f29b46241b902ffec55642f4
|
||||
PYTHON_PYSNMP_MIBS_SETUP_TYPE = setuptools
|
||||
PYTHON_PYSNMP_MIBS_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYSNMP_MIBS_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
PYTHON_PYSNMP_MIBS_DEPENDENCIES = python-pysnmp
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user