diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild b/dev-python/msgpack/msgpack-0.5.6.ebuild index 9149aa384fa99..664ea6dd012b6 100644 --- a/dev-python/msgpack/msgpack-0.5.6.ebuild +++ b/dev-python/msgpack/msgpack-0.5.6.ebuild @@ -33,8 +33,6 @@ python_prepare_all() { if ! use native-extensions ; then sed -i -e "/have_cython/s:True:False:" ./setup.py || die fi - # make sure cython is optional - sed -i '/^Cython/d' requirements.txt || die distutils-r1_python_prepare_all }