bundles/arch-with-gui: i3pystatus requires python-virtualenv

This commit is contained in:
Franzi 2022-03-09 13:02:35 +01:00
parent 4458afe654
commit f969b05468
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -14,6 +14,7 @@ actions = {
'unless': 'test -d /opt/i3pystatus/venv/', 'unless': 'test -d /opt/i3pystatus/venv/',
'needs': { 'needs': {
'directory:/opt/i3pystatus/src', 'directory:/opt/i3pystatus/src',
'pkg_pacman:python-virtualenv',
}, },
}, },
'i3pystatus_install': { 'i3pystatus_install': {