diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index 90809aff5..163ea37fd 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 192064404..ecd1514a8 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"