travis: Install pyelftools via pip Browse files With the migration to python3 for all of our tests, we need to install pyelftools via pip now rather than the system tools as they will otherwise not be present in our virtualenv. Signed-off-by: Tom Rini <trini@konsulko.com> --- ...
Requirement already satisfied: rich<13.8.0,>=12.5.1 in /home/william/.local/lib/python3.10/site-packages (from abi3audit==0.0.11) (13.6.0) Requirement already satisfied: pyelftools>=0.29 in /home/william/.local/lib/python3.10/site-packages (from abi3audit==0.0.11) (0.31) Requirement alr...
Using cached pyelftools-0.29-py2.py3-none-any.whl (174 kB) Collecting idf-component-manager Downloadinghttps://dl.espressif.com/pypi/idf-component-manager/idf_component_manager-1.1.4-py3-none-any.whl(95 kB) ━━━ 95.6/95.6 kB 296.4 kB/s eta 0:00:00 Collecting esp-coredump Downloadingh...
With the migration to python3 for all of our tests, we need to install pyelftools via pip now rather than the system tools as they will otherwise not be present in our virtualenv. Signed-off-by: Tom Rini <trini@konsulko.com> --- Changes in v2: Switch to pipLoading...