Bug 1839789

Summary: Package not available in F32 repos
Product: [Fedora] Fedora Reporter: Artem <ego.cordatus>
Component: python-pep8Assignee: Orphan Owner <extras-orphan>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: extras-orphan, lewk, mhroncok, mrunge
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: 2020-05-25 14:59:59 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 Artem 2020-05-25 14:49:49 UTC
Description of problem:
Hello. 'python3-pep8' not available F32 repos when trying to install.


Version-Release number of selected component (if applicable):
There is no in repo when trying via DNF, but it's built in Koji:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1359905


How reproducible:
Try to install package on F32:

  sudo dnf install python3-pep8


Actual results:
Not found.


Expected results:
Package available and successfully installed.


Additional info:
The same applies for 'python3-pytest-pep8' package. I already have similar issue in F32 before with other my packages, so maybe just rebuild would enough to fix this issue.

Comment 1 Miro HronĨok 2020-05-25 14:59:59 UTC
Correct, plese use python3-pycodestyle instead. python-pep8 was retired. See bz1667200.

Comment 2 Artem 2020-05-25 15:40:59 UTC
Indeed. Miro, thanks! Filed in upstream this proposal.