Hide Forgot
Description of problem: 'dnf update' fails to complete, complains of broken dependencies Version-Release number of selected component (if applicable): pdf-stapler-0.3.3-5.fc23.noarch How reproducible: very Steps to Reproduce: 1.dnf update Actual results: Skipping packages with broken dependencies: pdf-stapler noarch 3.3-8.fc23 updates 12 k Expected results: successful update Additional info: Curiously, "dnf update pdf-stapler" says there's nothing to do
"dnf update --best" provides some detail: Last metadata expiration check: 2:56:48 ago on Wed Nov 9 10:56:52 2016. Error: nothing provides python2-PyPDF2 needed by python2-staplelib-0.3.3-8.fc23.noarch (try to add '--allowerasing' to command line to replace conflicting packages) I don't have python2-staplelib installed, and the package called out as missing, python2-PyPDF2 , does not seem to exist in my repos (the usual set of fedora, updates, and rpmfusion (free+nonfree and their updates)
dnf repoquery --requires pdf-stapler shows that it requires python-PyPDF2 python2-staplelib = 0.3.3-8.fc23 and in turn, python2-staplelib requires python2-PyPDF2 which does not exist. I think it's an erroneous dependency in python2-staplelib; I tried to reassign this bugId to python2-staplelib
Try upgrading to Fedora 24. F23 is EOL on December 15.