summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 14:00:10 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:24 +0200
commit286d7665adc9adbc74206522f9e323c5aeaf99d4 (patch)
tree45bce9e2ebc167f29e94278ae537c9fb721db209
parentf2c1f9139c7b7a3e6938aa225565923239a9e672 (diff)
downloadmeta-cloud-services-286d7665adc9adbc74206522f9e323c5aeaf99d4.tar.gz
python-thrift: Drop recipe
Newer version (v0.10.0) maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb16
1 files changed, 0 insertions, 16 deletions
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
deleted file mode 100644
index ec2ea0c..0000000
--- a/meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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
7SRCNAME = "thrift"
8
9SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
12SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools