Bug 2378427
| Summary: | quodlibet: Stop using deprecated %py3_build/%py3_install macros | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | quodlibet | Assignee: | hannes <johannes.lips> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | johannes.lips, priv.luk |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-07-08 16:35:26 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: | 2376118 | ||
|
Description
Miro Hrončok
2025-07-08 15:24:15 UTC
Addressed via https://src.fedoraproject.org/rpms/quodlibet/c/787b22a2735f78034e9a8457902996dc69781bab However I cannot fedkpg build on rawhide (builds fine on F42) due to unrelated regression. Thanks. (In reply to Łukasz Patron from comment #1) > Addressed via > https://src.fedoraproject.org/rpms/quodlibet/c/ > 787b22a2735f78034e9a8457902996dc69781bab > > However I cannot fedkpg build on rawhide (builds fine on F42) due to > unrelated regression. Builds with the following workaround: ``` diff --git a/quodlibet.spec b/quodlibet.spec index e4ca85d..961f0e7 100644 --- a/quodlibet.spec +++ b/quodlibet.spec @@ -116,7 +116,7 @@ desktop-file-install \ %check -%pytest -m "not network" +NO_AT_BRIDGE=1 %pytest -m "not network" %files ``` Issue reported upstream @ https://gitlab.gnome.org/GNOME/at-spi2-core/-/issues/198 |