Add missing dependency for installation on Gentoo Linux.

This commit is contained in:
joluxer 2024-07-25 09:53:32 +02:00
parent dbc1107eae
commit 57b7393d1e

View File

@ -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() {