diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-08-23 11:10:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-24 05:20:43 -0700 |
commit | 84c0f18708f0ad625f2cd6b2c2da1e3b04842f59 (patch) | |
tree | d2111de7709911d0b8989385799a347e402f61c8 /meta-oe/recipes-devtools | |
parent | f52c286ae87aa09d79318a960abe180c99a55d19 (diff) | |
download | meta-openembedded-84c0f18708f0ad625f2cd6b2c2da1e3b04842f59.tar.gz |
python-futures: upgrade 3.2.0 -> 3.3.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-futures_3.3.0.bb (renamed from meta-oe/recipes-devtools/python/python-futures_3.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python-futures_3.2.0.bb b/meta-oe/recipes-devtools/python/python-futures_3.3.0.bb index 3ee945fc9..1636f7371 100644 --- a/meta-oe/recipes-devtools/python/python-futures_3.2.0.bb +++ b/meta-oe/recipes-devtools/python/python-futures_3.3.0.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=834d982f973c48b6d662b5944c5ab567" | |||
5 | HOMEPAGE = "https://github.com/agronholm/pythonfutures" | 5 | HOMEPAGE = "https://github.com/agronholm/pythonfutures" |
6 | DEPENDS = "python" | 6 | DEPENDS = "python" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "d1b299a06b96ccb59f70324716dc0016" | 8 | SRC_URI[md5sum] = "b43a39ae1475e3fd6940f2b4f7214675" |
9 | SRC_URI[sha256sum] = "9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265" | 9 | SRC_URI[sha256sum] = "7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794" |
10 | 10 | ||
11 | inherit pypi setuptools | 11 | inherit pypi setuptools |
12 | 12 | ||