From 4beaa014418e4318aa1c5b24a11b4bccf8cefa9d Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 15 Apr 2024 20:29:38 +0200 Subject: [PATCH] osbuild: add python3-libdnf5 Add the libdnf5 python bindings for testing osbuild-depsolve-dnf5 in osbuild CI. --- docker-bake.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-bake.hcl b/docker-bake.hcl index 73a5346..c5d667e 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -278,6 +278,7 @@ target "virtual-osbuild-ci-base" { "python3-isort", "python3-jsonschema", "python3-librepo", + "python3-libdnf5", "python3-mako", "python3-mypy", "python3-pip",