summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb b/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb
deleted file mode 100644
index 43aa4b84c7..0000000000
--- a/meta-python/recipes-devtools/python/python-pysmi_0.3.4.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "SNMP SMI/MIB Parser"
2DESCRIPTION = "A pure-Python implementation of SNMP/SMI MIB \
3 parsing and conversion library. Can produce PySNMP MIB modules. \
4"
5HOMEPAGE = "https://pypi.python.org/pypi/pysmi"
6SECTION = "devel/python"
7
8LICENSE = "BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a088b5c72b59d51a5368ad3b18e219bf"
10
11SRC_URI[md5sum] = "10a9dd140ad512eed9f37344df83ce9d"
12SRC_URI[sha256sum] = "bd15a15020aee8376cab5be264c26330824a8b8164ed0195bd402dd59e4e8f7c"
13
14inherit pypi setuptools
15
16RDEPENDS_${PN} = "python-ply"