Merge "Enable openSUSE to work in Python 3.x environments"
This commit is contained in:
commit
4a857e85f4
@ -553,6 +553,8 @@ function python3_enabled {
|
|||||||
function install_python3 {
|
function install_python3 {
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
apt_get install python${PYTHON3_VERSION} python${PYTHON3_VERSION}-dev
|
apt_get install python${PYTHON3_VERSION} python${PYTHON3_VERSION}-dev
|
||||||
|
elif is_suse; then
|
||||||
|
install_package python3-devel python3-dbm
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user