bundles/arch-with-gui: have pytz available in i3pystatus

This commit is contained in:
Franzi 2022-08-14 12:47:52 +02:00
parent 97126f443e
commit 84917649dd
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,7 +20,7 @@ actions = {
'i3pystatus_install': {
'command': ' && '.join([
'cd /opt/i3pystatus/src',
'/opt/i3pystatus/venv/bin/pip install --upgrade pip colour netifaces basiciw',
'/opt/i3pystatus/venv/bin/pip install --upgrade pip colour netifaces basiciw pytz',
'/opt/i3pystatus/venv/bin/pip install --upgrade -e .',
]),
'needs': {