Skip to content

Commit

Permalink
ci: install pefile
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f6da5d)

Related: RHEL-30372
  • Loading branch information
keszybz authored and jamacku committed Jun 11, 2024
1 parent 4cfc409 commit bab9a56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ PACKAGES=(
python3-evdev
python3-jinja2
python3-lxml
python3-pefile
python3-pip
python3-pyparsing
python3-setuptools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ADDITIONAL_DEPS=(
libzstd-dev
perl
python3-libevdev
python3-pefile
python3-pyparsing
rpm
zstd
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ REQUIREMENTS:
docbook-xsl (optional, required for documentation)
xsltproc (optional, required for documentation)
python-jinja2
python-pefile
python-lxml (optional, required to build the indices)
python >= 3.5
meson >= 0.53.2
Expand Down

0 comments on commit bab9a56

Please sign in to comment.