Skip to content

Commit

Permalink
ras/ras_ppcdiag: Update package dependency
Browse files Browse the repository at this point in the history
upstream source code for ppc64_diag fails to compile due to
dependency on libudev header
  [stderr] configure: error: libudev header files are required for
  building ppc64-diag

Update the package dependency list to reflect the same

Signed-off-by: Sachin Sant <[email protected]>
  • Loading branch information
sacsant committed Apr 1, 2024
1 parent c518d83 commit 0694f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ras/ras_ppcdiag.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_build_upstream(self):
self.detected_distro = distro.detect()
deps = ['gcc', 'make', 'automake', 'autoconf', 'bison', 'flex',
'libtool', 'zlib-devel', 'ncurses-devel', 'librtas-devel',
'libservicelog-devel']
'libservicelog-devel', 'systemd-devel']
if 'SuSE' in self.detected_distro.name:
deps.extend(['libvpd2-devel'])
elif self.detected_distro.name in ['centos', 'fedora', 'rhel']:
Expand Down

0 comments on commit 0694f33

Please sign in to comment.