Add inotify_simple python package

This commit is contained in:
Taylor Helsper 2022-02-16 21:49:16 -06:00
parent 071d323a38
commit 87eec76588
2 changed files with 4 additions and 2 deletions

View File

@ -200,7 +200,7 @@ if ! skip_base_upgrades ; then
pip3 install --upgrade pip setuptools wheel || pip3 install --upgrade pip setuptools wheel --use-deprecated=html5lib
pip3 install gnureadline docker-compose pipenv bcrypt pysocks redis systemd --no-cache-dir
pip3 install flask pam python-bitcoinrpc prometheus_client psutil transmissionrpc --no-cache-dir
pip3 install qrcode image pyudev --no-cache-dir
pip3 install qrcode image pyudev inotify_simple --no-cache-dir
# For RP4 32-bit, install specific grpcio version known to build (uses proper glibc for wheel)
if [ $IS_32_BIT = 1 ]; then
@ -1072,6 +1072,7 @@ apt-get clean
# Enable any new/required services
systemctl enable check_in
systemctl enable premium_plus_connect
systemctl enable background
systemctl enable docker
systemctl enable bitcoin

View File

@ -286,7 +286,7 @@ fi
pip3 install --upgrade pip wheel setuptools
pip3 install gnureadline docker-compose pipenv bcrypt pysocks redis systemd --no-cache-dir
pip3 install flask pam python-bitcoinrpc prometheus_client psutil transmissionrpc --no-cache-dir
pip3 install qrcode image pyudev --no-cache-dir
pip3 install qrcode image pyudev inotify_simple --no-cache-dir
# For RP4 32-bit, install specific grpcio version known to build (uses proper glibc for wheel)
if [ $IS_32_BIT = 1 ]; then
@ -930,6 +930,7 @@ apt-get clean
# Setup myNode Startup Script
systemctl daemon-reload
systemctl enable check_in
systemctl enable premium_plus_connect
systemctl enable background
systemctl enable docker
systemctl enable mynode