diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-02-24 13:25:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-01 11:05:34 -0800 |
commit | 41b266a9a5cb5ff4560a9cd3b74b64968d0989e3 (patch) | |
tree | 5f4891467a761c5ac3967d399f5a65bd9ffb344c | |
parent | 34e64820ec65f36f513c7fc6805339667265c792 (diff) | |
download | meta-openembedded-41b266a9a5cb5ff4560a9cd3b74b64968d0989e3.tar.gz |
python3-rsa: Upgrade 4.7 -> 4.7.1
Upgrade to release 4.7.1:
- Fix threading issue introduced in 4.7
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-rsa_4.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-rsa_4.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.7.bb b/meta-python/recipes-devtools/python/python3-rsa_4.7.1.bb index c4c36020f..43e7ca085 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.7.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.7.1.bb | |||
@@ -4,7 +4,7 @@ AUTHOR = "Sybren A. Stuvel" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4" | 7 | SRC_URI[sha256sum] = "9d74d1ff850745c9802cd6b53382bfeec7f6dbe4e26ee2759241ed1e7b0ecf5d" |
8 | 8 | ||
9 | inherit pypi setuptools3 update-alternatives | 9 | inherit pypi setuptools3 update-alternatives |
10 | 10 | ||