Required by python-pypowervm v1.1.10. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-pyasn1-modules_0.2.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb
diff --git a/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb new file mode 100644 index 0000000..c812fe6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pyasn1-modules_0.2.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A collection of ASN.1-based protocols modules." +HOMEPAGE = "https://pypi.python.org/pypi/pyasn1-modules/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=280606d9c18f200e03e0c247ac61475a" + +SRC_URI[md5sum] = "ff938698590f314ff9b3d5c48737d899" +SRC_URI[sha256sum] = "af00ea8f2022b6287dc375b2c70f31ab5af83989fc6fe9eacd4976ce26cd7ccc" + +inherit setuptools pypi + +RDEPENDS_${PN} += " \ + python-pyasn1 \ + " + \ No newline at end of file -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
