From e861767bb23def4f9300eb2ef09ce5ca344fbcb5 Mon Sep 17 00:00:00 2001 From: Nicolas Duhamel Date: Mon, 15 Mar 2021 12:23:03 +0100 Subject: [PATCH] fix drone #5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 67a8f93..ac11126 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: python commands: - apt-get update - - apt-get install python-systemd python3-systemd + - apt-get install python-systemd python3-systemd libsystemd-dev - pip install pex - pip install . - pex ./ -m citadel.devices -o devices.pex