[oe] [meta-python][PATCH 05/20] python3-ordered-set: upgrade 2.0.2 -> 3.0.0

Qi.Chen at windriver.com Qi.Chen at windriver.com
Tue Jun 26 06:00:48 UTC 2018


From: Chen Qi <Qi.Chen at windriver.com>

The license checksum changes but the license remains the same.
The change is just about year, 2013 -> 2018.

Add python3-pytest-runner to DEPENDS to solve the following error.
  | distutils.errors.DistutilsError: Could not find suitable distribution \
    for Requirement.parse('pytest-runner')

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .../recipes-devtools/python/python3-ordered-set_2.0.2.bb      | 10 ----------
 .../recipes-devtools/python/python3-ordered-set_3.0.0.bb      | 11 +++++++++++
 2 files changed, 11 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb b/meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb
deleted file mode 100644
index be6d4e169..000000000
--- a/meta-python/recipes-devtools/python/python3-ordered-set_2.0.2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
-HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=0feb0c85b722f488b87844fb5f81d2dc"
-
-SRC_URI[md5sum] = "7b8d73dc64fd3c783ecb48e050bfcc0d"
-SRC_URI[sha256sum] = "942cad5d7d5b0760d5cbe93dfb385ac2ed402ca1d48c9f4e102d7d5cce3a90eb"
-
-inherit pypi setuptools3
-
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb b/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb
new file mode 100644
index 000000000..b731c28d2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-ordered-set_3.0.0.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
+HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=2b36be0d99854aa2ae292a800a7c1d4e"
+
+SRC_URI[md5sum] = "c8f5b99b717618803b914dd9cfe5ef43"
+SRC_URI[sha256sum] = "a34399fe6aa78358aaa00129d67c65b4aa099adfc023731b1d756c85776a89bb"
+
+inherit pypi setuptools3
+
+DEPENDS += "python3-pytest-runner-native"
-- 
2.11.0




More information about the Openembedded-devel mailing list