diff options
author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:31 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
commit | 9a66f2296afb95457ca1ef823a63220cd1a6b9a5 (patch) | |
tree | 99d42380c150eb4c20c5bd11d2c5f15c9fab465f /meta-openstack/recipes-devtools | |
parent | 5c118627c520552235251a4aecce70bf09926c18 (diff) | |
download | meta-cloud-services-9a66f2296afb95457ca1ef823a63220cd1a6b9a5.tar.gz |
python-jsonrpclib: add recipe
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonrpclib_0.1.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonrpclib_0.1.6.bb b/meta-openstack/recipes-devtools/python/python-jsonrpclib_0.1.6.bb new file mode 100644 index 0000000..c37072a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonrpclib_0.1.6.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "An implementation of the JSON-RPC v2.0 specification as a client library." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/jsonrpclib" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cdbf8d74b765504fbdf8e154bb4458a1" | ||
6 | |||
7 | SRC_URI[md5sum] = "93382cff21aca9074896c9dc1c4ec73d" | ||
8 | SRC_URI[sha256sum] = "733dad5da783a6ff959927d8c77346273c3b377db43cbdae0bd833b64584cf3a" | ||
9 | |||
10 | inherit pypi | ||
11 | |||