This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
commit 2fd4d23659e01696b132ceca2449a3d888616a86 Author: Jiri Danek <[email protected]> AuthorDate: Mon Oct 21 16:58:04 2019 +0200 NO-JIRA - Fix unittest2 package name in comment --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f4f4c1..edfb3ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,8 +73,8 @@ endif() enable_testing() # python unittest -# For versions < 2.7 the developer needs to install the python-unittest2 -# module (available via 'pip install python-unittest2' +# For versions < 2.7 the developer needs to install the unittest2 +# module (available via 'yum install python-unittest2' or 'pip install unittest2' # if(PYTHON_VERSION_MAJOR EQUAL 2 AND PYTHON_VERSION_MINOR LESS 7) set(PYTHON_TEST_COMMAND "unit2") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
