bundles/arch-with-gui: have pytz available in i3pystatus
This commit is contained in:
parent
97126f443e
commit
84917649dd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ actions = {
|
||||||
'i3pystatus_install': {
|
'i3pystatus_install': {
|
||||||
'command': ' && '.join([
|
'command': ' && '.join([
|
||||||
'cd /opt/i3pystatus/src',
|
'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 .',
|
'/opt/i3pystatus/venv/bin/pip install --upgrade -e .',
|
||||||
]),
|
]),
|
||||||
'needs': {
|
'needs': {
|
||||||
|
|
Loading…
Reference in a new issue