On 2026-04-06 21:15, Peter Pentchev wrote: > Handling the installation of this package alongside urllib3 will > be fun, since it installs files in exactly the same paths as urllib3,
It seems to install the same files under both urllib3 and urllib3_future, and I just leave out the first path. That way, there will be no need for a Conflicts, but software depending on urllib3.future needs to use the second import path. If not, that software must be patched.

