Bug 1873356

Summary: fedora-review package is missing dependency python3-urlgrabber
Product: [Fedora] Fedora Reporter: laolux
Component: fedora-reviewAssignee: Stanislav Ochotnicky <sochotni>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: admiller, leamas.alec, ngompa13, pingou, sochotni
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: fedora-review-0.7.6-1.fc33 fedora-review-0.7.6-1.fc32 fedora-review-0.7.6-1.fc31 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-11-13 03:47:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description laolux 2020-08-28 02:47:20 UTC
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

Comment 1 Fedora Update System 2020-11-11 02:46:01 UTC
FEDORA-2020-20c4ebf164 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-20c4ebf164

Comment 2 Fedora Update System 2020-11-11 02:46:08 UTC
FEDORA-2020-af607360e8 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-af607360e8

Comment 3 Fedora Update System 2020-11-11 02:46:15 UTC
FEDORA-2020-219835ab79 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-219835ab79

Comment 4 Fedora Update System 2020-11-12 04:08:01 UTC
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.

Comment 5 Fedora Update System 2020-11-12 04:24:35 UTC
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.

Comment 6 Fedora Update System 2020-11-12 04:42:27 UTC
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.

Comment 7 Fedora Update System 2020-11-13 03:47:11 UTC
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.

Comment 8 Fedora Update System 2020-11-20 01:26:13 UTC
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.

Comment 9 Fedora Update System 2020-11-20 01:29:13 UTC
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.