1) Upgrade python-cliff from 2.15.0 to 2.16.0. 2) Remove repetitive RDEPENDS python-prettytable.
Signed-off-by: Zheng Ruoqin <[email protected]> --- .../{python-cliff_2.15.0.bb => python-cliff_2.16.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-openstack/recipes-devtools/python/{python-cliff_2.15.0.bb => python-cliff_2.16.0.bb} (77%) diff --git a/meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb similarity index 77% rename from meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb rename to meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb index cfcd424..0d49f8c 100644 --- a/meta-openstack/recipes-devtools/python/python-cliff_2.15.0.bb +++ b/meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "f51df6220d4a57c2b84d4b5a9e59e711" -SRC_URI[sha256sum] = "fe044273539250a99a5b9915843902e40e4e9b32ac5698c1fae89e31200d649f" +SRC_URI[md5sum] = "89e96c6c8c5922832e124ed81c21a55b" +SRC_URI[sha256sum] = "622e777b8ac2eb479708fe53893c37b2fd5469ce2c6c5b794a658246f05c6b81" inherit setuptools pypi @@ -18,7 +18,7 @@ DEPENDS += " \ python-pbr-native \ " -RDEPENDS_${PN} += "python-prettytable \ +RDEPENDS_${PN} += " \ python-cmd2 \ python-pbr \ python-pyparsing \ -- 2.17.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
