opencv: python3.6

This commit is contained in:
Michael Gehring 2017-08-31 07:58:30 +00:00
parent cdb709cba2
commit 4ec0438dd7
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ if [ -z "$CROSS_BUILD" ]; then
libopencv-python3_package() {
short_desc+=" - Python3 bindings"
pkg_install() {
mkdir -p ${DESTDIR}/usr/lib/python3.5
vmove usr/lib/python3.5
mkdir -p ${DESTDIR}/usr/lib/python3.6
vmove usr/lib/python3.6
}
}
fi