lordgamez commented on code in PR #2047:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2047#discussion_r2431498522


##########
bootstrap/system_dependency.py:
##########
@@ -24,10 +24,6 @@
 
 def _create_system_dependencies(minifi_options: MinifiOptions) -> Dict[str, 
Set[str]]:
     system_dependencies = {'patch': {'patch'}, 'make': {'make'}, 'perl': 
{'perl'}, 'git': {'git'}}
-    if minifi_options.is_enabled("ENABLE_EXPRESSION_LANGUAGE"):
-        system_dependencies['bison'] = {'bison'}
-        system_dependencies['flex'] = {'flex'}
-        system_dependencies['m4'] = {'m4'}

Review Comment:
   Good catch, fixed in 
https://github.com/apache/nifi-minifi-cpp/pull/2047/commits/87b5c1024a229d9ca7037d5e55dd257fcc740a96



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to