mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user