Skip to content
Snippets Groups Projects
Commit d7a10aa0 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

dist: travis-scripts/get-pkg-list.py: add python 3 pexpect pkg

parent f9905b5a
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ static_tests_groups = ["static-tests"] ...@@ -29,7 +29,7 @@ static_tests_groups = ["static-tests"]
known_mcu_groups = arm_mcu_groups + msp_mcu_groups + x86_mcu_groups + \ known_mcu_groups = arm_mcu_groups + msp_mcu_groups + x86_mcu_groups + \
avr8_mcu_groups + static_tests_groups avr8_mcu_groups + static_tests_groups
common_pkgs = ["pcregrep", "libpcre3", "python3"] common_pkgs = ["pcregrep", "libpcre3", "python3", "python3-pexpect"]
# testing the relic pkg and its RIOT specific unit test requires cmake # testing the relic pkg and its RIOT specific unit test requires cmake
common_pkgs = common_pkgs + ["cmake"] common_pkgs = common_pkgs + ["cmake"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment