summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:31 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commit9a66f2296afb95457ca1ef823a63220cd1a6b9a5 (patch)
tree99d42380c150eb4c20c5bd11d2c5f15c9fab465f /meta-openstack/recipes-devtools
parent5c118627c520552235251a4aecce70bf09926c18 (diff)
downloadmeta-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.bb11
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 @@
1DESCRIPTION = "An implementation of the JSON-RPC v2.0 specification as a client library."
2HOMEPAGE = "https://pypi.python.org/pypi/jsonrpclib"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cdbf8d74b765504fbdf8e154bb4458a1"
6
7SRC_URI[md5sum] = "93382cff21aca9074896c9dc1c4ec73d"
8SRC_URI[sha256sum] = "733dad5da783a6ff959927d8c77346273c3b377db43cbdae0bd833b64584cf3a"
9
10inherit pypi
11