From 681be2a0ed14f5b0b8fe6735d28a29bd05af1ea5 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 9 Apr 2021 10:39:20 -0500 Subject: [PATCH] trivial: restore python3-pil build dependency for Ubuntu Commit 13524af2029c2a8a3fb32ef27c39c214d9b5b13c broke the ABI checker. This is because it runs on the last released version, which still has a dependency on python3-pil. This commit can be dropped after the 1.6.x release. --- contrib/ci/dependencies.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/ci/dependencies.xml b/contrib/ci/dependencies.xml index 9b65eb519..3dbb4b1eb 100644 --- a/contrib/ci/dependencies.xml +++ b/contrib/ci/dependencies.xml @@ -1092,6 +1092,12 @@ + + + + + +