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