Bug 2220389
Summary: | F39FailsToInstall: python3-oslo-middleware, python3-oslo-middleware-tests | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-oslo-middleware | Assignee: | Hirotaka Wakabayashi <hiwkby> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | hiwkby, mhroncok |
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: | 2023-07-12 02:27:24 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2135404, 2168845 |
Description
Fedora Fails To Install
2023-07-05 19:17:19 UTC
This module depends on python3-hacking which currently depends on python-3.11. The rawhide's python-hacking version is 4.0.0-7 but the latest version is 6.0.0. so Firstly I will ask the maintainers to update the versions to the latest one. python3-hacking-4.0.0-7 depends on python3-flake8 and python3-pycodestyle and so on. ``` Error: Problem 1: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-flake8-5.0.3-2.fc38.noarch from fedora - nothing provides (python3.11dist(mccabe) < 0.8~~ with python3.11dist(mccabe) >= 0.7) needed by python3-flake8-5.0.3-2.fc38.noarch from fedora - nothing provides (python3.11dist(pyflakes) < 2.6~~ with python3.11dist(pyflakes) >= 2.5) needed by python3-flake8-5.0.3-2.fc38.noarch from fedora Problem 2: cannot install the best candidate for the job - nothing provides python(abi) = 3.11 needed by python3-pycodestyle-2.9.1-2.fc38.noarch from fedora ``` python-pycodestyle-2.9.1, which is probably for python-3.12, is failed to build 24 days ago. https://src.fedoraproject.org/rpms/python-pycodestyle The rawhide's python-flake8 version is 5.0.3-2 but the latest ppython-flake8 version is 6.0.1. Whenever I encountered a dependency on python3-hacking, it was trivial to remove it (I just deleted the BuildRequires line). Hi Miro, Thank you very much for your comment! I have successfully built the package after deleting the BuildRequires line :) ``` $ fedpkg build Building python-oslo-middleware-5.1.1-2.fc39 for rawhide Created task: 103249147 Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=103249147 Watching tasks (this may be safely interrupted)... 103249147 build (rawhide, /rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0): free 103249147 build (rawhide, /rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0): free -> open (buildhw-a64-22.iad2.fedoraproject.org) 103249175 buildSRPMFromSCM (/rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0): free 103249175 buildSRPMFromSCM (/rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0): free -> open (buildvm-ppc64le-15.iad2.fedoraproject.org) 103249340 buildArch (python-oslo-middleware-5.1.1-2.fc39.src.rpm, noarch): free 103249175 buildSRPMFromSCM (/rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0): open (buildvm-ppc64le-15.iad2.fedoraproject.org) -> closed 1 free 1 open 1 done 0 failed 103249340 buildArch (python-oslo-middleware-5.1.1-2.fc39.src.rpm, noarch): free -> open (buildvm-a64-07.iad2.fedoraproject.org) 103249147 build (rawhide, /rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0): open (buildhw-a64-22.iad2.fedoraproject.org) -> closed 0 free 1 open 2 done 0 failed 103249387 tagBuild (noarch): closed 103249340 buildArch (python-oslo-middleware-5.1.1-2.fc39.src.rpm, noarch): open (buildvm-a64-07.iad2.fedoraproject.org) -> closed 0 free 0 open 4 done 0 failed 103249147 build (rawhide, /rpms/python-oslo-middleware.git:352b575e961027b8d74e9397be350f49817d31a0) completed successfully ``` |