do not install cython as build dependency by methane · Pull Request #610 · msgpack/msgpack-python
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 ..