Bug 1788092
Summary: | gobject-introspection fails to build with Python 3.9 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | gobject-introspection | Assignee: | Kalev Lember <klember> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, dcbw, fmuellner, klember, mhroncok, otaylor, walters, yaneti |
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: | 2020-01-17 16:57:06 UTC | Type: | Bug |
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: | 1785415 |
Description
Miro Hrončok
2020-01-06 12:00:47 UTC
Adding this to prep makes the package build: # Python 3.9 compatibility # https://gitlab.gnome.org/GNOME/gobject-introspection/issues/325 # https://bugzilla.redhat.com/show_bug.cgi?id=1788092 sed -i 's/.getchildren()//' giscanner/girparser.py Proposed the fix upstream. The upstream fix is included in Fedora now, thanks Kalev. Great :) Thanks, Miro! |