summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb
diff options
context:
space:
mode:
authorthstead <thstead@steadtechnology.co.uk>2019-05-21 20:20:25 +0100
committerKhem Raj <raj.khem@gmail.com>2019-05-21 17:52:23 -0700
commit5e00cd863a81939bf1ead765632b5a57e1dd331c (patch)
tree34bf1ec85c34f6baf115801d90eac6dfd0cf00b6 /meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb
parent05138d26fe91f3a8c72857714daae689a6ff0aa5 (diff)
downloadmeta-openembedded-5e00cd863a81939bf1ead765632b5a57e1dd331c.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb b/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb
deleted file mode 100644
index 0b38d58e4a..0000000000
--- a/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "A pure-Python SNMPv1/v2c/v3 library"
2DESCRIPTION = "SNMP v1/v2c/v3 engine and apps written in pure-Python. \
3 Supports Manager/Agent/Proxy roles, scriptable MIBs, asynchronous \
4 operation (asyncio, twisted, asyncore) and multiple transports.\
5"
6HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
7SECTION = "devel/python"
8LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a"
10
11SRCNAME = "pysnmp"
12
13SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
14
15SRC_URI[md5sum] = "387aaa23c168ccc0b59775cfdf519fc0"
16SRC_URI[sha256sum] = "38253fe95cea33f352fb36e85f3c2874043401724300c4888df74835161169d2"
17
18S = "${WORKDIR}/${SRCNAME}-${PV}"
19
20inherit setuptools
21
22RDEPENDS_${PN} += "python-pycrypto \
23 python-pyasn1 \
24 python-pysmi \
25"