diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonrpclib_0.1.6.bb')
| -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 | |||
