We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d74c03e + 2a41ea6 commit 9693a26Copy full SHA for 9693a26
io/disk/fiotest.py
@@ -89,7 +89,7 @@ def setUp(self):
89
self.cancel("btrfs is not supported with \
90
RHEL 7.4 onwards")
91
92
- pkg_list = ['libaio-devel', 'cmake', 'gcc-c++']
+ pkg_list = ['cmake', 'gcc-c++']
93
if distro.detect().name in ['Ubuntu', 'debian']:
94
pkg_list.append('libaio-dev')
95
if fstype == 'btrfs':
0 commit comments