From d5c1bc602865a6eefef696c33d5b669ab80de864 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 3 Feb 2020 11:36:35 -0800 Subject: python-six: Update to 1.14.0 Have its own checksums so its not tightly coupled to versions from oe-core Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-six_1.13.0.bb | 2 -- recipes-devtools/python/python-six_1.14.0.bb | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 recipes-devtools/python/python-six_1.13.0.bb create mode 100644 recipes-devtools/python/python-six_1.14.0.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-six_1.13.0.bb b/recipes-devtools/python/python-six_1.13.0.bb deleted file mode 100644 index af26e83..0000000 --- a/recipes-devtools/python/python-six_1.13.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require recipes-devtools/python/python-six.inc diff --git a/recipes-devtools/python/python-six_1.14.0.bb b/recipes-devtools/python/python-six_1.14.0.bb new file mode 100644 index 0000000..779883a --- /dev/null +++ b/recipes-devtools/python/python-six_1.14.0.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require recipes-devtools/python/python-six.inc + +SRC_URI[md5sum] = "21674588a57e649d1a6d977ec3122140" +SRC_URI[sha256sum] = "236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a" + -- cgit 1.2.3-korg