added required build-packages for Solus (#123)
This commit is contained in:
parent
8c8f20b1d9
commit
5120cbd0a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue