From 10da70b883bc091e47a0234a55f0f9ff34f399b4 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Mon, 15 Mar 2021 12:03:51 +0100 Subject: [PATCH] Fix systemd install drone --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 825aa8d..5fc5df0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: Build image: python commands: + - apt-get install python-systemd python3-systemd - pip install pex - pip install . - pex ./ -m citadel.devices -o devices.pex