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 (waydroid) Fails To Install in Fedora 44: can't install waydroid: - nothing provides python3dist(gbinder-python) >= 1.3.0 needed by waydroid-1.6.0-2.fc44.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-44-x86_64 --config-opts mirrored=False install waydroid 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!
Dependency added in https://src.fedoraproject.org/rpms/waydroid/c/55b146296d47a6925cbf120db0ac7767ab0ae5e0?branch=rawhide Beware, python3-gbinder-1.3.0-1.fc44 provides python3dist(gbinder-python) = 1.3, which is not >= 1.3.0. The versions for automatic Python provides are normalized to compare well when used with automatic Python requires. If you use manual requirements, you either need to account for that (e.g. use >= 1.3 here), or use package names, such as python3-gbinder >= 1.3.0.
From https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Automatically-generated-dependencies """ The automatically generated requirements are in the form python3.Xdist(DISTNAME), potentially augmented with version requirements or combined together with rich dependencies. Any .0 suffixes are removed from version numbers to match the behavior of Python tools. (PEP 440 specifies that X.Y and X.Y.0 are treated as equal.) """
Wasn't aware of that, thanks!