From a7667f260df2335cced86ef6f136e10618735c8e Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 1 Sep 2020 10:47:10 +0800 Subject: python3-dogpile.core: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-dogpile.core.inc | 12 ------------ .../recipes-devtools/python/python3-dogpile.core_0.4.1.bb | 12 ++++++++++-- 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-dogpile.core.inc diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.core.inc b/meta-openstack/recipes-devtools/python/python-dogpile.core.inc deleted file mode 100644 index 9824321..0000000 --- a/meta-openstack/recipes-devtools/python/python-dogpile.core.inc +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage." -HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433" - -SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045" -SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76" - -inherit pypi - - diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb index d81698f..9592660 100644 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb @@ -1,4 +1,12 @@ -require python-dogpile.core.inc -inherit setuptools3 +DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage." +HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433" + +SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045" +SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf