GNOME Bugzilla – Bug 686315
.egg-info files get installed into wrong python top level directory
Last modified: 2012-10-17 19:08:58 UTC
When building pygobject 3.4.1 on Fedora, the .py files end up in: /usr/lib64/python2.7/site-packages/gi/ but the .egg-info file gets installed in: /usr/lib/python2.7/site-packages/pygobject-3.4.1-py2.7-linux-x86_64.egg-info (note the lib64 vs lib)
Created attachment 226658 [details] [review] Install the .egg-info files into correct multilib directory This makes sure the .egg-info files end up in the same python top level directory as the rest of the gi .py files.
I have no clue about pyeggs, but it seems to make sense and pitti said to go ahead... * pitti (~weechat@p549B2724.dip.t-dialin.net) has joined #python <pitti> pbor: oh, if you are going to roll a .1.1, perhaps you can include https://bugzilla.gnome.org/show_bug.cgi?id=686315 ? <pitti> pbor: need to run now, sorry <pitti> pbor: and thanks! * pitti has quit
Review of attachment 226658 [details] [review]: Thanks, I completely forgot that part. Looks good, please push.