diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb deleted file mode 100644 index 8883df9d8c..0000000000 --- a/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
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-2-Clause" | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b15d29f500f748d1c2a15709769090a8" | ||
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] = "6d1b514997326bed18f1ae1510f6b1c9" | ||
16 | SRC_URI[sha256sum] = "d5d1e59780126e963dd92e25993b783295734e71bef181f602e51f7393260441" | ||
17 | |||
18 | |||
19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
20 | |||
21 | inherit setuptools | ||
22 | |||
23 | RDEPENDS_${PN} += "python-pycrypto \ | ||
24 | python-pyasn1 \ | ||
25 | python-pysmi \ | ||
26 | " | ||