diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-statsd.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-statsd.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-statsd.inc b/meta-openstack/recipes-devtools/python/python-statsd.inc new file mode 100644 index 0000000..33257b9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-statsd.inc | |||
| @@ -0,0 +1,13 @@ | |||
| 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] = "b397ccf880f37cf099e775907ebf7a46" | ||
| 10 | SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | " | ||
