diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 14:59:38 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 15:00:24 +0200 |
| commit | 96410ae3fccd3c2fc37c15311d2b0980a09ade2a (patch) | |
| tree | 7e80ecdbbb1369353f79886226568da85f38a363 /meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb | |
| parent | 0e86ac1a6bd36b299db6ef35c4707f9fea2962f7 (diff) | |
| download | meta-cloud-services-96410ae3fccd3c2fc37c15311d2b0980a09ade2a.tar.gz | |
python-tinyrpc: Add recipe
This is a requirement for python-ryu v4.16.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb new file mode 100644 index 0000000..3b41131 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.5.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "A small, modular, transport and protocol neutral RPC library that, among other things, supports JSON-RPC and zmq." | ||
| 2 | HOMEPAGE = "http://github.com/mbr/tinyrpc" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.rst;md5=3b9f355d3f45d15561be9476e99c88c2" | ||
| 6 | |||
| 7 | SRCNAME = "tinyrpc" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/6c/58/76f73176153bf86990381189e1d9b187a8406788d5365c1e2e4ecd078268/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "4bb9ed559bcccc4bf91a7843da781d28" | ||
| 12 | SRC_URI[sha256sum] = "048b23a3a347318aacf83b55899efdd495242e096ff347d5a3f9737b4e38421f" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
