Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rpms.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ packages:
- python3-koji
- python3-koji-cli-plugins
- python3-libvirt
- python3-pyrsistent

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

When removing a package from rpms.in.yaml, the lockfile rpms.lock.yaml should also be updated to keep them in sync. Please run the ci/hermetic/update_rpms_lockfile script to regenerate the lockfile.

- python3-pytest
- python3-pytest-cov
- python3-pyyaml
Expand Down
2 changes: 1 addition & 1 deletion src/vmdeps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python3-pyyaml python3-botocore python3-flufl-lock python3-tenacity
ca-certificates

# For running osbuild
osbuild osbuild-ostree osbuild-selinux osbuild-tools python3-pyrsistent zip
osbuild osbuild-ostree osbuild-selinux osbuild-tools zip

# For resetting the terminal inside supermin shell
/usr/bin/reset
Expand Down