summaryrefslogtreecommitdiff
path: root/bootstrap/config.py
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-04-19 11:04:58 +0200
committerRalph Boehme <slow@samba.org>2019-04-24 18:32:14 +0000
commitd5166089d6960379872d864e74eb4e1cf177cdd1 (patch)
treedc9579b9b1370947e20ae455679740ccbe42f384 /bootstrap/config.py
parent92f30f91e44dba7e85d56279bbbe3662d0b5faeb (diff)
downloadsamba-d5166089d6960379872d864e74eb4e1cf177cdd1.tar.gz
bootstrap: move flex to common packages
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'bootstrap/config.py')
-rw-r--r--bootstrap/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/config.py b/bootstrap/config.py
index 8d85dce1e83..d8bb7cf9654 100644
--- a/bootstrap/config.py
+++ b/bootstrap/config.py
@@ -37,6 +37,7 @@ COMMON = [
'binutils',
'bison',
'curl',
+ 'flex',
'gcc',
'gdb',
'git',
@@ -163,7 +164,6 @@ PKGS = [
# rpm has no pkg for docbook-xml
('docbook-xml', 'docbook-dtds'),
('docbook-xsl', 'docbook-style-xsl'),
- ('flex', ''),
('', 'keyutils-libs-devel'),
('', 'which'),
]