From 33e3115c789927326f453bb1be733e50bff020cc Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 20 Oct 2020 14:51:59 +0800 Subject: python3-statsd: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-statsd.inc | 13 ------------- .../recipes-devtools/python/python3-statsd_3.3.0.bb | 15 +++++++++++++-- 2 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-statsd.inc diff --git a/meta-openstack/recipes-devtools/python/python-statsd.inc b/meta-openstack/recipes-devtools/python/python-statsd.inc deleted file mode 100644 index 33257b9..0000000 --- a/meta-openstack/recipes-devtools/python/python-statsd.inc +++ /dev/null @@ -1,13 +0,0 @@ -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] = "b397ccf880f37cf099e775907ebf7a46" -SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f" - -RDEPENDS_${PN} += " \ - " 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 @@ -inherit setuptools3 -require python-statsd.inc +DESCRIPTION = "A simple statsd client." +HOMEPAGE = "https://github.com/jsocol/pystatsd" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4d8aa8ac1dc54b8aee4054bd5e5c61bd" + +inherit setuptools3 pypi + +SRC_URI[md5sum] = "b397ccf880f37cf099e775907ebf7a46" +SRC_URI[sha256sum] = "e3e6db4c246f7c59003e51c9720a51a7f39a396541cb9b147ff4b14d15b5dd1f" + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf