dev-python/msgpack: 0.6.1 fix build in place

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2019-04-09 15:06:08 -05:00
parent 94454a5431
commit 162b0e220d

View File

@@ -30,7 +30,7 @@ DEPEND="
python_prepare_all() {
# Remove pre-generated cython files
rm msgpack/{_packer,_unpacker}.cpp || die
rm msgpack/{_packer,_unpacker,_cmsgpack}.pyx || die
if ! use native-extensions ; then
sed -i -e "/have_cython/s:True:False:" ./setup.py || die