-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.py fixes for Python 3 #50
Conversation
Temporary change until a py3k-compatible google-apputils is released.
@mrovner, can you take a look at this patch? |
+1, would really like to see this merged |
LGTM On Thu, Oct 23, 2014 at 4:12 AM, Jakub Stasiak notifications@github.com
Thanks, |
Hi, @dlitz, can you sign this Google CLA and let me know when you are done? |
I'm looking forward to integrate the whole set of changes needed to make python bindings fully python 3 compatible (see my diverged fork https://github.com/GreatFruitOmsk/protobuf-py3). Would be awesome if you guys help me there. @xfxyjwf I accepted that license. |
@xfxyjwf Done. |
Thanks, @dlitz ! |
@Kentzo, feel free to send us a pull request for that. |
Looking forward to python3 support! |
protobuf requires google-apputils. For python2, installed using pip. For python3.5, the binary seems to be not available in pypi. So have skipped from the requirement. Also, google-apputils seems to be retired and it seems mostly used for unit testing in protobuf. Pls refer: protocolbuffers/protobuf#50 This change completely removed google-apputils: protocolbuffers/protobuf@7ee2583 Change-Id: I543420ae0a11dbc81196c390ed45c3ffbc842566 Signed-off-by: Tapas Kundu <tkundu@vmware.com> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/13524 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Sujay G <gsujay@vmware.com>
This should help with issue #7.