Bug 2420131
| Summary: | F44FailsToInstall: waydroid | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | waydroid | Assignee: | Alessandro Astone <ales.astone> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ales.astone, mhroncok |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-12-08 19:35:58 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: | 2384425 | ||
|
Description
Fedora Fails To Install
2025-12-08 18:44:33 UTC
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! |