Description of problem: The metapackage for the “standard” extra fails to install in Rawhide (F35). Version-Release number of selected component (if applicable): 0.13.3-1.fc34 How reproducible: Steps to Reproduce: 1. mock -r fedora-rawhide-x86_64 --clean 2. mock -r fedora-rawhide-x86_64 -i 'python3-uvicorn+standard' Actual results: Error: Problem: conflicting requests - nothing provides (python3.9dist(watchgod) < 0.7 with python3.9dist(watchgod) >= 0.6) needed by python3-uvicorn+standard-0.13.3-1.fc34.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) Expected results: Successful installation Additional info: The watchgod package was updated in F35 yesterday: https://src.fedoraproject.org/rpms/python-watchgod/c/685bf6e3923233c96cbc89d2a3929fc4a0114e5d?branch=rawhide Fix this by updating to 0.13.4 (https://bugzilla.redhat.com/show_bug.cgi?id=1931114), or if there is some reason to delay, relax the requirement in setup.py as upstream did in https://github.com/encode/uvicorn/pull/946.
FEDORA-2021-e78c7c5cd7 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
Thanks! I can build python-fastapi in Rawhide again now.
Of course, thanks for reporting the issue.