Skip to content

Commit

Permalink
osbuild-ci: explicitly install python3-dnf package
Browse files Browse the repository at this point in the history
This package is needed for the DNF4 Python API bindings, which we need
for testing e.g. the SBOM functionality. With F41 not installing it by
default, the tests are now skipped, which is not good.

Example:
https://github.com/osbuild/osbuild/actions/runs/11729332192/job/32674732154#step:3:266

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Nov 12, 2024
1 parent cb52195 commit d917a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ python3-boto3
python3-botocore
python3-docutils
python3-devel
python3-dnf
python3-iniparse
python3-isort
python3-jsonschema
Expand Down

0 comments on commit d917a76

Please sign in to comment.