From 3f57b28a8140c82289d17a08e523d3807ade037c Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 18 May 2020 01:04:37 +0200 Subject: [PATCH] missing requirements --- tasks/master.yaml | 1 + tasks/setup.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/tasks/master.yaml b/tasks/master.yaml index d7f2c5b..c42a962 100644 --- a/tasks/master.yaml +++ b/tasks/master.yaml @@ -12,6 +12,7 @@ - buildbot_gitea - service_identity - zope.interface>=4.4.2 + - cryptography>=2.7 executable: pip3 - name: buildbot system group diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 03aa43a..94f278d 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -7,7 +7,10 @@ - git - postgresql - python3-psycopg2 + - python3-setuptools - ssl-cert + - libcairo2 + - libcairo2-dev # ansible - python-setuptools