Needed by python-google-api-python-client. Signed-off-by: Mark Asselstine <[email protected]> --- .../recipes-devtools/python/python-uritemplate_3.0.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb b/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb new file mode 100644 index 0000000..d32c1a8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-uritemplate_3.0.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "Simple python library to deal with URI Templates." +AUTHOR = "Ian Cordasco" +LICENSE = "Apache-2.0 & BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f2e14cc8f5f696fd9d47092e992265c1" + +inherit setuptools pypi + +SRC_URI[md5sum] = "1ec31e0d8a2eec72357b2cef4bce5945" +SRC_URI[sha256sum] = "c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d" -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
