The python3-CacheControl RPM requires both Python 2 and Python 3. The Python 3 subpackage contains a Python 2 executable, as it gets overridden in the %install section, and thus drugs in Python 2 as a dependency. According to the Fedora Packaging guidelines for Python [0], if the executables provide the same functionality independent of whether they are run on top of Python 2 or Python 3, then only the Python 3 version of the executable should be packaged. I believe this is the case for this package, so please fix this in Rawhide. If anything is unclear, or if you need any kind of assistance, you can ask on IRC (#fedora-python on Freenode), or reply here. We'll be happy to help investigating or fixing this issue! [0] https://fedoraproject.org/wiki/Packaging:Python#Avoiding_collisions_between_the_python_2_and_python_3_stacks
I have created a PR with a fix for the issue: https://src.fedoraproject.org/rpms/python-CacheControl/pull-request/2 Please review and merge at will.