From 49f837d93d5774de412b6f1ca160760bae54fbf1 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 23 Aug 2021 16:11:48 -0700 Subject: python3-cryptography: upgrade 3.3.2 -> 35.0.0 Upstream version scheme has changed, so what would have been 3.5.0 previously is now 35.0.0 RDEPENDS on python3-hypothesis (in oe-core) for ptest so we can drop the patch for skipping. DEPENDS on python3-setuptools-rust-native RDEPENDS on python3-pytest-subtests for ptest Need to inherit cargo, otherwise build_rust will fail to detect Rust compiler. Also, so that RUST_TARGET_PATH is exported, otherwise build_rust will fail because 'rustc --print cfg' doesn't know where the target specifications are. Copy pyproject.toml for ptest as it defines the pytest.marker(s) needed Cleanup and alphabetize the RDEPENDS export PYO3_CROSS_LIB_DIR, PYO3_CROSS_INCLUDE_DIR and CARGO_BUILD_TARGET to inform setuptools-rust we are cross-compiling. export RUSTFLAGS so cargo can find 'std' and 'core' for target FIXME: cryptography_rust do_compile can't find crti.o or crtbeginS.o Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-cryptography/h-test.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography/h-test.patch (limited to 'meta-python/recipes-devtools/python/python3-cryptography/h-test.patch') diff --git a/meta-python/recipes-devtools/python/python3-cryptography/h-test.patch b/meta-python/recipes-devtools/python/python3-cryptography/h-test.patch deleted file mode 100644 index 9f07c73803..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography/h-test.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/tests/hypothesis/__init__.py -+++ b/tests/hypothesis/__init__.py -@@ -3,3 +3,7 @@ - # for complete details. - - from __future__ import absolute_import, division, print_function -+ -+import pytest -+hypothesis = pytest.importorskip("hypothesis") -+ -- cgit 1.2.3-korg