[meta-virtualization] [m-c-s][PATCH 04/10] python-statsd: initial version

Mark Asselstine mark.asselstine at windriver.com
Tue Nov 7 12:38:32 PST 2017


This python package is required by python-oslo.middleware.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-statsd_3.2.1.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb b/meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb
new file mode 100644
index 0000000..4faaa60
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "A simple statsd client."
+HOMEPAGE = "https://github.com/jsocol/pystatsd"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd"
+
+inherit pypi
+
+SRC_URI[md5sum] = "d819e2375030f543522012046e6e36e9"
+SRC_URI[sha256sum] = "3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e"
+
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list