Skip to content

Commit

Permalink
Requirements for scripts/tools/memory/ (#6975)
Browse files Browse the repository at this point in the history
#### Problem

Scripts under `scripts/tools/memory/` use some Python packages
that are not installed by the CHIP SDK bootstrap.

#### Summary of Changes

Added to scripts/requirements:

- anytree
- cxxfilt
- pandas

#### Testing

Starting from a clean checkout plus these changes, bootstrapped
and ran the scripts without error.
  • Loading branch information
kpschoedel authored May 20, 2021
1 parent d87cdb7 commit fb7cd0f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scripts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ appdirs
coloredlogs
watchdog
protobuf

# scripts/tools/memory
anytree
cxxfilt
pandas
15 changes: 14 additions & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile requirements.in
#
anytree==2.8.0
# via -r requirements.in
appdirs==1.4.4
# via
# -r requirements.in
Expand Down Expand Up @@ -35,6 +37,8 @@ coloredlogs==15.0
# via -r requirements.in
cryptography==3.4.6
# via -r requirements.in
cxxfilt==0.2.2
# via -r requirements.in
dbus-python==1.2.16 ; sys_platform == "linux"
# via -r requirements.in
decorator==4.4.2
Expand Down Expand Up @@ -88,8 +92,12 @@ markupsafe==1.1.1
# via jinja2
mobly==1.10.1
# via -r requirements.in
numpy==1.20.3
# via pandas
packaging==20.9
# via west
pandas==1.2.4
# via -r requirements.in
parso==0.8.1
# via jedi
pep517==0.10.0
Expand Down Expand Up @@ -150,11 +158,15 @@ pyserial==3.5
# -r requirements.in
# mobly
python-dateutil==2.8.1
# via pykwalify
# via
# pandas
# pykwalify
python-engineio==4.0.1
# via python-socketio
python-socketio==5.1.0
# via flask-socketio
pytz==2021.1
# via pandas
pyyaml==5.4.1
# via
# mobly
Expand All @@ -169,6 +181,7 @@ ruamel.yaml==0.16.13
# via pykwalify
six==1.15.0
# via
# anytree
# ecdsa
# protobuf
# python-dateutil
Expand Down

0 comments on commit fb7cd0f

Please sign in to comment.