summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-10-20 14:51:54 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-27 23:28:50 -0400
commit3c360b1cae1bc8cc4460cf36fc9e28df0617fc4f (patch)
tree95fe49a0bbd8017764b0b7bb1090833ea67bf271
parent33e3115c789927326f453bb1be733e50bff020cc (diff)
downloadmeta-cloud-services-3c360b1cae1bc8cc4460cf36fc9e28df0617fc4f.tar.gz
python3-singledispatch: 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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-singledispatch.inc10
-rw-r--r--meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb12
2 files changed, 10 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-singledispatch.inc b/meta-openstack/recipes-devtools/python/python-singledispatch.inc
deleted file mode 100644
index 3ea5026..0000000
--- a/meta-openstack/recipes-devtools/python/python-singledispatch.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6"
2HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=ee3cd67264adc7eb07981f3644dc17dc"
6
7SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb"
8SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
9
10inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb b/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb
index 0f4b483..975d308 100644
--- a/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-singledispatch_3.4.0.3.bb
@@ -1,2 +1,10 @@
1require python-singledispatch.inc 1DESCRIPTION = "functools.singledispatch from Python 3.4 to Python 2.6"
2inherit setuptools3 2HOMEPAGE = "https://pypi.python.org/pypi/singledistpatch"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;md5=ee3cd67264adc7eb07981f3644dc17dc"
6
7SRC_URI[md5sum] = "af2fc6a3d6cc5a02d0bf54d909785fcb"
8SRC_URI[sha256sum] = "5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c"
9
10inherit setuptools3 pypi