dev-python/msgpack: 0.6.1 fix build in place
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 20:06:08 +0000 (15:06 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 20:06:24 +0000 (15:06 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/msgpack/msgpack-0.6.1.ebuild

index 8c00cbe126bc59848843c87c3fcfa9a4fdc18181..7677f5dc2ee4c40b250b53c995d85f40dbc95350 100644 (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