diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-06-20 09:30:53 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-23 15:55:46 -0400 |
| commit | 81665f893dfd6af1a7b684713cac693d41c240c1 (patch) | |
| tree | 29863484eea9328ee9b1f312c266fc70f1dd7933 /meta-openstack/recipes-devtools/python | |
| parent | 086c7e200f44ddd08020f2e6a6af70ef075d11c1 (diff) | |
| download | meta-cloud-services-81665f893dfd6af1a7b684713cac693d41c240c1.tar.gz | |
add python-pysnmp 4.2.5 bb file
Ceilometer ceilometer/hardware/inspector/snmp.py and some
some ceilometer builtin tests require python pysnmp package.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 1 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pysnmp_4.2.5.bb | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index d76d0b2..c3354c0 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -196,6 +196,7 @@ RDEPENDS_${PN} += " \ | |||
| 196 | python-pbr \ | 196 | python-pbr \ |
| 197 | python-croniter \ | 197 | python-croniter \ |
| 198 | python-ipaddr \ | 198 | python-ipaddr \ |
| 199 | python-pysnmp \ | ||
| 199 | " | 200 | " |
| 200 | 201 | ||
| 201 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator ${SRCNAME}-agent-notification \ | 202 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator ${SRCNAME}-agent-notification \ |
diff --git a/meta-openstack/recipes-devtools/python/python-pysnmp_4.2.5.bb b/meta-openstack/recipes-devtools/python/python-pysnmp_4.2.5.bb new file mode 100644 index 0000000..c02ec6c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pysnmp_4.2.5.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "A pure-Python SNMPv1/v2c/v3 library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pysnmp" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ae098273b2cf8b4af164ac20e32bddf7" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "pysnmp" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "1f75d3e392a050e84348904fc1be3212" | ||
| 14 | SRC_URI[sha256sum] = "c46e65d99a604f690b3d5800e2f6e26e1ed9a3c7f7e17e7b4b4d897150f7077f" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "python-pycrypto \ | ||
| 21 | python-pyasn1 \ | ||
| 22 | " | ||
