msgpack / msgpack-python

MessagePack serializer implementation for Python msgpack.org[Python]
https://msgpack.org/
Other
1.91k stars 229 forks source link

do not install cython as build dependency #610

Closed methane closed 4 months ago

methane commented 4 months ago

User can not cythonize during pip install msgpack. So remove cython from build dependency.

If user need to use another Cython, user should download sdist, unzip, manually cythonize, and pip install ..