diff --git a/site_scons/prereq_tools/base.py b/site_scons/prereq_tools/base.py index 88020cc459c..67ad2bce7a7 100644 --- a/site_scons/prereq_tools/base.py +++ b/site_scons/prereq_tools/base.py @@ -521,7 +521,7 @@ def run_build(self, opts): # argobots is not really needed by client but it's difficult to separate common_reqs = ['ucx', 'ofi', 'hwloc', 'mercury', 'boost', 'uuid', 'crypto', 'protobufc', 'lz4', 'isal', 'isal_crypto'] - client_reqs = ['fuse', 'json-c', 'capstone', 'aio', 'archive'] + client_reqs = ['fuse', 'json-c', 'capstone', 'aio'] server_reqs = ['argobots', 'pmdk', 'spdk', 'ipmctl'] test_reqs = ['cmocka']