From f091501c5b152775bb0f1a1b187eb1313fd3690a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 25 Jan 2017 12:36:52 -0500 Subject: [PATCH] python-click: update to version 6.7 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- 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 90809aff55..163ea37fd9 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 1920644042..ecd1514a82 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"