summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-01-14 10:16:15 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-15 16:23:54 -0500
commita8dbbbeda1f6ae65e6a2239c3d2c504ca1c37bc7 (patch)
tree1226f6b50450b68ad25fb22bf9a04d23eb5c9d2b
parenta89e4d7bc738e6a2b5879fba69dc0242213bbb2e (diff)
downloadmeta-cloud-services-a8dbbbeda1f6ae65e6a2239c3d2c504ca1c37bc7.tar.gz
python-thrift: Add python3 version
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-thrift.inc10
-rw-r--r--meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb12
-rw-r--r--meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb2
3 files changed, 14 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-thrift.inc b/meta-openstack/recipes-devtools/python/python-thrift.inc
new file mode 100644
index 0000000..019d7c8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-thrift.inc
@@ -0,0 +1,10 @@
1DESCRIPTION = "Python bindings for the Apache Thrift RPC system"
2HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477"
6
7SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
8SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
9
10inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb
index e8fea35..4d01cb5 100644
--- a/meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb
@@ -1,10 +1,2 @@
1DESCRIPTION = "Python bindings for the Apache Thrift RPC system" 1require python-thrift.inc
2HOMEPAGE = "https://pypi.python.org/pypi/amqp/" 2inherit setuptools
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477"
6
7SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
8SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
9
10inherit setuptools pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb b/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
new file mode 100644
index 0000000..095dcba
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
@@ -0,0 +1,2 @@
1require python-thrift.inc
2inherit setuptools3