added required build-packages for Solus (#123)

This commit is contained in:
natri23 2020-09-24 14:19:42 +07:00 committed by GitHub
parent 8c8f20b1d9
commit 5120cbd0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,8 @@ then
separator
echo -e "\nDetected Solus distribution\n"
echo -e "\nSetting up Python environment\n"
eopkg install pip python3
eopkg install pip python3 python3-devel
eopkg install -c system.devel
echo -e "\nInstalling necessary Python packages\n"
pip_pkg_install
separator