From 9134e14af088ac7e6e98c8fa68545584ac70da08 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 13:35:25 -0400 Subject: python-robotframework: update to version 3.0.4 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-robotframework.inc | 4 ++-- meta-python/recipes-devtools/python/python-robotframework_3.0.2.bb | 6 ------ meta-python/recipes-devtools/python/python-robotframework_3.0.4.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-robotframework_3.0.2.bb | 2 -- meta-python/recipes-devtools/python/python3-robotframework_3.0.4.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-robotframework_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python-robotframework_3.0.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-robotframework_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-robotframework_3.0.4.bb diff --git a/meta-python/recipes-devtools/python/python-robotframework.inc b/meta-python/recipes-devtools/python/python-robotframework.inc index 78bbbc6de0..e920c51da1 100644 --- a/meta-python/recipes-devtools/python/python-robotframework.inc +++ b/meta-python/recipes-devtools/python/python-robotframework.inc @@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" inherit pypi -SRC_URI[md5sum] = "ea49a54b9d7e38302712194e85c37eaa" -SRC_URI[sha256sum] = "2018f233568227f9af8c366f93e243a157b742f3baf5b649ecc9750ac0ee1ff7" +SRC_URI[md5sum] = "ee753415645ff4831ff0d366a0467fe7" +SRC_URI[sha256sum] = "ab94257cbd848dfca7148e092d233a12853cc7e840ce8231af9cbb5e7f51aa47" RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ diff --git a/meta-python/recipes-devtools/python/python-robotframework_3.0.2.bb b/meta-python/recipes-devtools/python/python-robotframework_3.0.2.bb deleted file mode 100644 index ff7dedb559..0000000000 --- a/meta-python/recipes-devtools/python/python-robotframework_3.0.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools -require python-robotframework.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-zlib \ -" diff --git a/meta-python/recipes-devtools/python/python-robotframework_3.0.4.bb b/meta-python/recipes-devtools/python/python-robotframework_3.0.4.bb new file mode 100644 index 0000000000..ff7dedb559 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-robotframework_3.0.4.bb @@ -0,0 +1,6 @@ +inherit setuptools +require python-robotframework.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-zlib \ +" diff --git a/meta-python/recipes-devtools/python/python3-robotframework_3.0.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_3.0.2.bb deleted file mode 100644 index 8f613c3868..0000000000 --- a/meta-python/recipes-devtools/python/python3-robotframework_3.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-robotframework.inc diff --git a/meta-python/recipes-devtools/python/python3-robotframework_3.0.4.bb b/meta-python/recipes-devtools/python/python3-robotframework_3.0.4.bb new file mode 100644 index 0000000000..8f613c3868 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-robotframework_3.0.4.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-robotframework.inc -- cgit 1.2.3-korg