diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-03 11:36:35 -0800 |
---|---|---|
committer | Tim Orling <ticotimo@gmail.com> | 2020-02-03 18:32:01 -0800 |
commit | d5c1bc602865a6eefef696c33d5b669ab80de864 (patch) | |
tree | 07a6bd4642b68306f8a4a3ed452af5688aaedbf2 /recipes-devtools/python/python-six_1.14.0.bb | |
parent | 27ce1aba5df9d48c7d94f03f4e5647bd02b132d6 (diff) | |
download | meta-python2-d5c1bc602865a6eefef696c33d5b669ab80de864.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-six_1.14.0.bb')
-rw-r--r-- | recipes-devtools/python/python-six_1.14.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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" + |