diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-20 14:51:59 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:28:50 -0400 |
| commit | 33e3115c789927326f453bb1be733e50bff020cc (patch) | |
| tree | 71167f184b2a5dd07d4e12c4606cd54fa4d6daf0 /meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb | |
| parent | 2cde4d5c7d705b01936503e4a0550d1ffade70e7 (diff) | |
| download | meta-cloud-services-33e3115c789927326f453bb1be733e50bff020cc.tar.gz | |
python3-statsd: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb b/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb index 3e430a1..0c0cc6a 100644 --- a/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-statsd_3.3.0.bb | |||
| @@ -1,2 +1,13 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "A simple statsd client." |
| 2 | require python-statsd.inc | 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 setuptools3 pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "b397ccf880f37cf099e775907ebf7a46" | ||
| 10 | SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | " | ||
