sloccount: add build-time dependency on flex (#31106)

This commit is contained in:
iarspider 2022-06-13 18:39:44 +02:00 committed by GitHub
parent 998bf90b35
commit 3c0a98c5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ class Sloccount(MakefilePackage):
# md5sum needed at run-time
depends_on('coreutils', type=('build', 'run'))
depends_on('flex', type='build')
def edit(self, spec, prefix):
makefile = FileFilter('makefile')