Signed-off-by: Derek Straka <[email protected]> --- meta-python/recipes-devtools/python/python-click.inc | 4 ++-- .../python/{python-click_6.6.bb => python-click_6.7.bb} | 0 .../python/{python3-click_6.6.bb => python3-click_6.7.bb} | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-click_6.6.bb => python-click_6.7.bb} (100%) rename meta-python/recipes-devtools/python/{python3-click_6.6.bb => python3-click_6.7.bb} (56%)
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index 90809af..163ea37 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc @@ -8,8 +8,8 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" -SRC_URI[md5sum] = "d0b09582123605220ad6977175f3e51d" -SRC_URI[sha256sum] = "cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9" +SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" +SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" RDEPENDS_${PN} += "\ ${PYTHON_PN}-io \ diff --git a/meta-python/recipes-devtools/python/python-click_6.6.bb b/meta-python/recipes-devtools/python/python-click_6.7.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-click_6.6.bb rename to meta-python/recipes-devtools/python/python-click_6.7.bb diff --git a/meta-python/recipes-devtools/python/python3-click_6.6.bb b/meta-python/recipes-devtools/python/python3-click_6.7.bb similarity index 56% rename from meta-python/recipes-devtools/python/python3-click_6.6.bb rename to meta-python/recipes-devtools/python/python3-click_6.7.bb index 1920644..ecd1514 100644 --- a/meta-python/recipes-devtools/python/python3-click_6.6.bb +++ b/meta-python/recipes-devtools/python/python3-click_6.7.bb @@ -1,2 +1,4 @@ inherit pypi setuptools3 require python-click.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-enum" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
