[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 25/40] python-jsonrpclib: add recipe

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:31 PST 2015


Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 .../recipes-devtools/python/python-jsonrpclib_0.1.6.bb        | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-jsonrpclib_0.1.6.bb

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 @@
+DESCRIPTION = "An implementation of the JSON-RPC v2.0 specification as a client library."
+HOMEPAGE = "https://pypi.python.org/pypi/jsonrpclib"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cdbf8d74b765504fbdf8e154bb4458a1"
+
+SRC_URI[md5sum] = "93382cff21aca9074896c9dc1c4ec73d"
+SRC_URI[sha256sum] = "733dad5da783a6ff959927d8c77346273c3b377db43cbdae0bd833b64584cf3a"
+
+inherit pypi
+
-- 
2.1.0



More information about the meta-virtualization mailing list