Skip to content

Commit

Permalink
Remove yamlpath from CMakeLists.txt
Browse files Browse the repository at this point in the history
It was only used by test_ansible_file_removed_and_added.py script.
  • Loading branch information
marcusburghardt committed Aug 11, 2023
1 parent 7093200 commit ab8570f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ find_python_module(jinja2 REQUIRED)
find_python_module(pytest)
find_python_module(pytest_cov)
find_python_module(json2html)
find_python_module(yamlpath)
find_python_module(mypy)
find_python_module(openpyxl)
find_python_module(pandas)
Expand Down Expand Up @@ -235,7 +234,6 @@ message(STATUS "python pytest module (optional): ${PY_PYTEST}")
message(STATUS "ansible-playbook module (optional): ${ANSIBLE_PLAYBOOK_EXECUTABLE}")
message(STATUS "ansible-lint module (optional): ${ANSIBLE_LINT_EXECUTABLE}")
message(STATUS "yamllint module (optional): ${YAMLLINT_EXECUTABLE}")
message(STATUS "yamlpath module (optional): ${PY_YAMLPATH}")
message(STATUS "python mypy module (optional): ${PY_MYPY}")
message(STATUS "BATS framework (optional): ${BATS_EXECUTABLE}")
message(STATUS "python sphinx module (optional): ${PY_SPHINX}")
Expand Down

0 comments on commit ab8570f

Please sign in to comment.