Description of problem: up2date gives a python traceback if you attempt to install a package that has a dependency which also needs to be installed. Downloading headers to solve dependencies... Version-Release number of selected component (if applicable): up2date-4.3.53.1 How reproducible: every time installing a new package Steps to Reproduce: 1. up2date-nox --install <package_name> 2. 3. Actual results: dumps traceback error and installs nothing. Expected results: install package and any dependencies it requires. Additional info:
Created attachment 107329 [details] python traceback This is the traceback from doing up2date-nox --install foo where foo requires an additional package to be installed.
*** This bug has been marked as a duplicate of 140505 ***