diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2017-04-21 17:08:16 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-26 20:13:28 +0200 |
| commit | 65525a2d74604a122cf149c206c843c478118219 (patch) | |
| tree | 8abac297c0426cd357bf8d15d01e1a9ba78ce8d7 /meta-python | |
| parent | cdcf4c042f94571a524c6ff511b716248a57fa89 (diff) | |
| download | meta-openembedded-65525a2d74604a122cf149c206c843c478118219.tar.gz | |
python-pysnmp: add new recipe
python-pysnmp is a pure-Python SNMPv1/v2c/v3 library,
it's required by python-snimpy.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 0000000000..0b38d58e4a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pysnmp_4.3.5.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "A pure-Python SNMPv1/v2c/v3 library" | ||
| 2 | DESCRIPTION = "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 | " | ||
| 6 | HOMEPAGE = "https://pypi.python.org/pypi/pysnmp" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a" | ||
| 10 | |||
| 11 | SRCNAME = "pysnmp" | ||
| 12 | |||
| 13 | SRC_URI = "https://files.pythonhosted.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "387aaa23c168ccc0b59775cfdf519fc0" | ||
| 16 | SRC_URI[sha256sum] = "38253fe95cea33f352fb36e85f3c2874043401724300c4888df74835161169d2" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 19 | |||
| 20 | inherit setuptools | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += "python-pycrypto \ | ||
| 23 | python-pyasn1 \ | ||
| 24 | python-pysmi \ | ||
| 25 | " | ||
