From 1ae824737efd90b62a6d3f668a87d6c1bc169664 Mon Sep 17 00:00:00 2001 From: sknigh Date: Tue, 12 Nov 2019 10:01:15 -0800 Subject: Add missing dependencies to flex. (#13692) --- var/spack/repos/builtin/packages/flex/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/spack/repos/builtin/packages/flex/package.py b/var/spack/repos/builtin/packages/flex/package.py index 64e9bb69dc..dbe4a27bac 100644 --- a/var/spack/repos/builtin/packages/flex/package.py +++ b/var/spack/repos/builtin/packages/flex/package.py @@ -27,6 +27,8 @@ class Flex(AutotoolsPackage): depends_on('bison', type='build') depends_on('gettext@0.19:', type='build') depends_on('help2man', type='build') + depends_on('findutils', type='build') + depends_on('diffutils', type='build') # Older tarballs don't come with a configure script and the patch for # 2.6.4 touches configure -- cgit v1.2.3-60-g2f50