diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | 47b9c35f12c12985ac9c9dc48f55bd95e5213ccc (patch) | |
| tree | e3de034ae28cb63b6e32a739ceca6a79c2c6917f /meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb | |
| parent | 90f52260761ab782ba2e4323c84a94bb39fa7c9a (diff) | |
| download | meta-cloud-services-47b9c35f12c12985ac9c9dc48f55bd95e5213ccc.tar.gz | |
python-statsd: initial version
This python package is required by python-oslo.middleware.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-statsd_3.2.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "A simple statsd client." | ||
| 2 | HOMEPAGE = "https://github.com/jsocol/pystatsd" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd" | ||
| 6 | |||
| 7 | inherit pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "d819e2375030f543522012046e6e36e9" | ||
| 10 | SRC_URI[sha256sum] = "3fa92bf0192af926f7a0d9be031fe3fd0fbaa1992d42cf2f07e68f76ac18288e" | ||
| 11 | |||
| 12 | inherit setuptools | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | " | ||
