mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
Upgraded python-pysnmp from version 4.3.5. to 4.4.9.
This upgrade corrects a parameter issue on the Integer32.clone method within __SNMP-FRAMEWORK-MIB.py LICENSE checksum has also been updated to reflect the change of filename from LICENSE.txt to LICENSE.rst Signed-off-by: thstead <thstead@steadtechnology.co.uk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "A pure-Python SNMPv1/v2c/v3 library"
|
||||
DESCRIPTION = "SNMP v1/v2c/v3 engine and apps written in pure-Python. \
|
||||
Supports Manager/Agent/Proxy roles, scriptable MIBs, asynchronous \
|
||||
operation (asyncio, twisted, asyncore) and multiple transports.\
|
||||
"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b15d29f500f748d1c2a15709769090a8"
|
||||
|
||||
SRCNAME = "pysnmp"
|
||||
|
||||
SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "6d1b514997326bed18f1ae1510f6b1c9"
|
||||
SRC_URI[sha256sum] = "d5d1e59780126e963dd92e25993b783295734e71bef181f602e51f7393260441"
|
||||
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-pycrypto \
|
||||
python-pyasn1 \
|
||||
python-pysmi \
|
||||
"
|
||||
Reference in New Issue
Block a user