Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: koji-download-scratch from fedora-review package is not working due to missing dependency python3-urlgrabber. Manually installing python3-urlgrabber solves the problem. Version-Release number of selected component (if applicable): fedora-review-0.7.5-1.fc32.noarch How reproducible: On a fresh fedora 32 system install the fedora-review package. Then try to use koji-download-scratch, it will fail. Steps to Reproduce: 1. dnf install fedora-review 2. koji-download-scratch Actual results: koji-download-scratch fails with Traceback (most recent call last): File "/usr/bin/koji-download-scratch", line 40, in <module> import download_scratch # noqa File "/usr/lib/python3.8/site-packages/FedoraReview/download_scratch.py", line 11, in <module> import urlgrabber ModuleNotFoundError: No module named 'urlgrabber' Expected results: koji-download-scratch works and returns Warning: download-scratch is deprecated, use koji(1) instead. Usage: koji-download-scratch [options] task-ID [task-ID...] koji-download-scratch: error: At least one task ID must be specified Additional info: The problem is easily solved by installing python3-urlgrabber (dnf install python3-urlgrabber). Thus I think it is a missing dependency in the spec file of fedora-review. Please note that there was another bug for basically the same issue, but for fedora 30 and thus closed because of EOL. But the problem persists with fedora 32 and should be fixed. https://bugzilla.redhat.com/show_bug.cgi?id=1725083
FEDORA-2020-20c4ebf164 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-20c4ebf164
FEDORA-2020-af607360e8 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-af607360e8
FEDORA-2020-219835ab79 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-219835ab79
FEDORA-2020-20c4ebf164 has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-20c4ebf164` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-20c4ebf164 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-219835ab79 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-219835ab79` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-219835ab79 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-af607360e8 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-af607360e8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-af607360e8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-219835ab79 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-af607360e8 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2020-20c4ebf164 has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report.