Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (python-oslo-middleware) Fails To Install in Fedora 39: can't install python3-oslo-middleware: - nothing provides python(abi) = 3.11 needed by python3-oslo-middleware-5.1.1-1.fc39.noarch can't install python3-oslo-middleware-tests: - nothing provides python(abi) = 3.11 needed by python3-oslo-middleware-tests-5.1.1-1.fc39.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-39-x86_64 --config-opts mirrored=False install python3-oslo-middleware python3-oslo-middleware-tests P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
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 ```