Problem updating from F24 to F25
When I try to update to F25 I get the following error:
sudo dnf system-upgrade download --refresh --releasever=25
Last metadata expiration check: 0:00:14 ago on Wed Nov 23 15:07:17 2016. Error: package rpm-python-4.13.0-1.fc24.x86_64 requires rpm = 4.13.0-1.fc24, but none of the providers can be installed. package rpm-python3-4.13.0-1.fc24.x86_64 requires rpm = 4.13.0-1.fc24, but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages)
If I add the -allowerasing option the rpm-python and rpm-python3 packages get removed, which i do not believe is a good idea.
Do you have any idea on how to solve this conflict?