**** BEGIN LOGGING AT Tue Apr 13 02:59:56 2021 Apr 13 10:43:53 hi, I am wondering if my patch for adding python3-setuptools-rust to oe-core will be accepted? Apr 13 10:44:51 It blocks updates of python3-cryptography in meta-openembedded/meta-python even if I set an environment variable to disable Rust: export CRYPTOGRAPHY_DONT_BUILD_RUST="1" Apr 13 10:45:38 bitbake complains about: ModuleNotFoundError: No module named 'setuptools_rust' if python3-setuptools-rust is not present. Even without rustc having python3-setuptools-rust will solve this issue. Apr 13 10:45:54 https://lists.openembedded.org/g/openembedded-core/topic/81800474#150181 Apr 13 14:24:41 leon-anavi: I thought the discussed plan was to patch out the checking for rust from the py3-cryptography build, since it doesn't actually use it? Apr 13 17:08:41 yes, I've set variable CRYPTOGRAPHY_DONT_BUILD_RUST="1" in the recipe but it still goes through python3-setuptools-rust. Apr 13 17:09:19 Probably I can add another patch to remove the dependency from python3-setuptools-rust but anyway in long term we will need a recipe for python3-setuptools-rust. Apr 13 17:32:52 leon-anavi: given that rust support in oe-core is not happening immediately, I'd probably advocate for patching that out for now if you want to update the recipe in meta-oe Apr 13 17:33:57 it is not a critical update and can wait. I need to double check tomorrow. **** ENDING LOGGING AT Wed Apr 14 02:59:56 2021