diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 14:00:10 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:24 +0200 |
| commit | 286d7665adc9adbc74206522f9e323c5aeaf99d4 (patch) | |
| tree | 45bce9e2ebc167f29e94278ae537c9fb721db209 /meta-openstack/recipes-devtools/python | |
| parent | f2c1f9139c7b7a3e6938aa225565923239a9e672 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-thrift_0.9.2.bb | 16 |
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 @@ | |||
| 1 | DESCRIPTION = "Python bindings for the Apache Thrift RPC system" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/amqp/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477" | ||
| 6 | |||
| 7 | SRCNAME = "thrift" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd" | ||
| 12 | SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
