Skip to content

Commit

Permalink
Merge pull request avocado-framework-tests#2791 from sacsant/ppcdiag
Browse files Browse the repository at this point in the history
ras/ras_ppcdiag: Update package dependency
  • Loading branch information
PraveenPenguin authored Apr 2, 2024
2 parents c518d83 + 0694f33 commit bb15bc9
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 bb15bc9

Please sign in to comment.