dev-python/mypy: install missing data files

This commit is contained in:
Julian Ospald 2017-03-29 13:32:24 +02:00
parent b499d70b71
commit 4dc5fd35fc
1 changed files with 5 additions and 4 deletions

View File

@ -30,10 +30,11 @@ DEPENDENCIES="
BUGS_TO="hasufell@posteo.de"
src_install() {
setup-py_src_install
prepare_one_multibuild() {
edo sed -i \
-e "/target = /s|lib|$(exhost --target)/lib|" \
setup.py
# misplaced and obsolete
edo rm -r "${IMAGE}"/usr/lib
setup-py_prepare_one_multibuild
}