]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1630] add procps package to alpine hammer.py
authorAndrei Pavel <andrei@isc.org>
Wed, 6 Jan 2021 23:01:03 +0000 (01:01 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 11 Jan 2021 09:43:25 +0000 (09:43 +0000)
hammer.py

index 016f9f47d8475462a7cda547c330f1df1d35004f..5c21bcce0f01f1bb0c72e8c6abea1baf2f99e7b0 100755 (executable)
--- a/hammer.py
+++ b/hammer.py
@@ -1413,7 +1413,7 @@ def prepare_system_local(features, check_times):
     elif system == 'alpine':
 
         packages = ['gcc', 'g++', 'make', 'autoconf', 'automake', 'libtool', 'openssl-dev',
-                    'boost-libs', 'boost-dev']
+                    'boost-libs', 'boost-dev', 'procps']
 
         if 'docs' in features:
             if revision == '3.10':