summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb b/meta-python/recipes-devtools/python/python-pysmi_0.1.2.bb
deleted file mode 100644
index 33a387ac7d..0000000000
--- a/meta-python/recipes-devtools/python/python-pysmi_0.1.2.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"
9LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d8b1bbadd635f187dee74d999a8c67b8"
10
11SRC_URI[md5sum] = "f8754e9ed75698cc16b40f125df85b12"
12SRC_URI[sha256sum] = "e0912180fc6faa9c264df78f97e7c451f77f84f5bd840098d2ce7b1bf70082bc"
13
14inherit pypi setuptools
15
16RDEPENDS_${PN} = "python-ply"