mirror of
https://github.com/thiagoralves/OpenPLC_Editor.git
synced 2025-05-09 00:21:53 +08:00
Add missing dependency for installation on Gentoo Linux.
This commit is contained in:
parent
dbc1107eae
commit
57b7393d1e
@ -72,7 +72,7 @@ fi
|
||||
|
||||
echo "[INSTALLING PYTHON DEPENDENCIES]"
|
||||
# List of Python packages to be installed in VENV
|
||||
venv_packages=("zeroconf" "attrdict3")
|
||||
venv_packages=("zeroconf" "attrdict3" "pypubsub")
|
||||
|
||||
# Function to check if a Python package is installed
|
||||
is_python_package_installed() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user