boost: add missing python_ver=(2|3)
This commit is contained in:
@@ -106,6 +106,7 @@ boost-python1.72_package() {
|
||||
depends="boost python"
|
||||
replaces="boost-python>=0"
|
||||
short_desc+=" - Python bindings"
|
||||
python_ver=2
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libboost_python2*.so.*"
|
||||
}
|
||||
@@ -114,6 +115,7 @@ boost-python3-1.72_package() {
|
||||
depends="boost python3"
|
||||
replaces="boost-python3>=0"
|
||||
short_desc+=" - Python3 bindings"
|
||||
python_ver=3
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libboost_python3*.so.*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user