After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 648987 - Don't install codegen for Python 3
Don't install codegen for Python 3
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: codegen
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-29 22:19 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2011-09-09 07:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Disable installation of codegen for Python 3 (1.52 KB, patch)
2011-04-29 22:19 UTC, Arfrever Frehtes Taifersar Arahesis
committed Details | Review

Description Arfrever Frehtes Taifersar Arahesis 2011-04-29 22:19:58 UTC
Created attachment 186912 [details] [review]
Disable installation of codegen for Python 3

This patch disables installation of codegen for Python 3.
Comment 1 johnp 2011-04-29 22:23:40 UTC
Comment on attachment 186912 [details] [review]
Disable installation of codegen for Python 3

Commit to the 2-28 branch.  Master should have codegen removed if it isn't already.
Comment 2 Arfrever Frehtes Taifersar Arahesis 2011-06-15 18:10:25 UTC
John Palmieri: Could you commit this patch?
Comment 3 Sebastian Pölsterl 2011-08-15 17:13:43 UTC
I committed it to pygobject-2-28 branch.
Comment 4 Ionut Biru 2011-09-09 07:18:23 UTC
just to be sure i'm going to ask here.

codegen is not needed at all when python3 is used?
Comment 5 Steve Frécinaux 2011-09-09 07:29:48 UTC
Codegen is used to generate the static bindings for pygobject2. Those static bindings are python2-only because there never was static bindings for python3.