Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
We should use setuptools for the python build as this allows thrift to be distributed as an egg file:
Index: setup.py
===================================================================
— setup.py (revision 755803)
+++ setup.py (working copy)
@@ -5,9 +5,8 @@
#
- See accompanying file LICENSE or visit the Thrift site at:
- http://developers.facebook.com/thrift/
+from setuptools import setup, Extension
-from distutils.core import setup, Extensionfastbinarymod = Extension('thrift.protocol.fastbinary',
sources = ['src/protocol/fastbinary.c'],
)
Attachments
Issue Links
- is related to
-
CASSANDRA-1213 Build python client library as egg
-
- Resolved
-