From b6fad7588ab2a0012b424b07849de814b77effc6 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 27 Feb 2020 10:11:35 +0100 Subject: Correct pro2cmake's Requirements message It only told me about two packages to install, so I got an error after I'd installed them and ran it, because I hadn't installed the rest. Save the next person an extra round-trip. Change-Id: I8b544fc2637b86656ec2adddce8e95e6e9e1daf5 Reviewed-by: Alexandru Croitor --- util/cmake/pro2cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index 43d608e219..52569b43cf 100755 --- a/util/cmake/pro2cmake.py +++ b/util/cmake/pro2cmake.py @@ -86,7 +86,7 @@ cmake_api_version = 2 def _parse_commandline(): parser = ArgumentParser( description="Generate CMakeLists.txt files from ." "pro files.", - epilog="Requirements: pip install sympy pyparsing", + epilog="Requirements: pip install -r requirements.txt", ) parser.add_argument( "--debug", dest="debug", action="store_true", help="Turn on all debug output" -- cgit v1.2.3