Hide Forgot
After upgrading python3-cryptography to 3.4.1-1.fc34.x86_64 rust, cargo etc. got installed into my system. I think the dependency is excessive. I think it's because of this Requires: $ rpm -q --requires python3-cryptography |grep rust python3.9dist(setuptools-rust) >= 0.11.4
Yeah, that's a bug. It looks like it's a bogus auto-generated dependency that comes from cryptography's setup.py: setup_requirements = ["cffi>=1.12", "setuptools-rust>=0.11.4"] setup( ... install_requires=setup_requirements, setup_requires=setup_requirements, ) I'll talk to upstream.
FEDORA-2021-0aa7abd5ef has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
Thank you for the prompt fix. I confirm that the dependency has gone.