Bug 1961970

Summary: koji-shadow missing python module urllib2
Product: [Fedora] Fedora EPEL Reporter: Frank Büttner <bugzilla>
Component: kojiAssignee: Mike McLean <mikem>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: dennis, jkeating, kevin, mikem, puiterwijk
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-20 22:50:08 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 Frank Büttner 2021-05-19 07:03:21 UTC
Description of problem:
The koji-shadow tool of the koji-utils package are broken.

Version-Release number of selected component (if applicable):
koji-utils-1.24.1-1.el8.noarch

How reproducible:
Every time

Steps to Reproduce:
1. call /usr/sbin/koji-shadow --help

Actual results:
Traceback (most recent call last):
  File "/usr/sbin/koji-shadow", line 36, in <module>
    import urllib2
ModuleNotFoundError: No module named 'urllib2'


Expected results:
Some output, but no error.

Comment 1 Kevin Fenzi 2021-05-20 22:50:08 UTC
Indeed. 

Filed this upstream https://pagure.io/koji/issue/2873