diff options
| author | Ross Burton <ross@burtonini.com> | 2022-04-08 14:38:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-10 08:31:17 +0100 |
| commit | 8b4a654641761298db1f47a8203fe12604382d13 (patch) | |
| tree | 5966d61269e02cd9f3ccc5701738ff4dfb8f5105 /meta/recipes-devtools/python/python3-cryptography_36.0.2.bb | |
| parent | 21f0318abc5c0405d134ac4bbb8ed9b9294fc17d (diff) | |
| download | poky-8b4a654641761298db1f47a8203fe12604382d13.tar.gz | |
python3-cryptography: backport fix for leaky test
The leaking test case has been fixed upstream, so backport the patch.
(From OE-Core rev: 4705b8a724fe288a20f1a080e2796ea90f46c9fb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography_36.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_36.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb index cb3acdf7e2..9ef5ff39c8 100644 --- a/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb +++ b/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI += " \ | |||
| 16 | file://check-memfree.py \ | 16 | file://check-memfree.py \ |
| 17 | file://0001-Cargo.toml-specify-pem-version.patch \ | 17 | file://0001-Cargo.toml-specify-pem-version.patch \ |
| 18 | file://0002-Cargo.toml-edition-2018-2021.patch \ | 18 | file://0002-Cargo.toml-edition-2018-2021.patch \ |
| 19 | file://skip-leaky-test.patch \ | 19 | file://fix-leak-metric.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | inherit pypi python_setuptools3_rust | 22 | inherit pypi python_setuptools3_rust |
