mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
bootstrap/config.py: add missing dev packages
Add a few extra dev packages missing in current ci image but should be included. Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
3e9af703eb
commit
dd1d04e828
@@ -88,6 +88,10 @@ PKGS = [
|
||||
('', 'quota-devel'),
|
||||
('uuid-dev', 'libuuid-devel'),
|
||||
('libjs-jquery', ''),
|
||||
('libavahi-common-dev', 'avahi-devel'),
|
||||
('libdbus-1-dev', 'dbus-devel'),
|
||||
('libpcap-dev', 'libpcap-devel'),
|
||||
('libunwind-dev', 'libunwind-devel'), # for back trace
|
||||
|
||||
# NAME1, NAME2
|
||||
# for debian, locales provide locale support with language packs
|
||||
@@ -342,6 +346,7 @@ DEB_DISTS = {
|
||||
'python3-gpg': 'python3-gpgme',
|
||||
'lmdb-utils': 'lmdb-utils/trusty-backports',
|
||||
'liblmdb-dev': 'liblmdb-dev/trusty-backports',
|
||||
'libunwind-dev': 'libunwind8-dev',
|
||||
}
|
||||
},
|
||||
'ubuntu1604': {
|
||||
|
||||
Reference in New Issue
Block a user