diff options
author | Saima Yunus <yunus.saima.99@gmail.com> | 2022-05-19 11:48:59 -0700 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2022-05-27 20:54:34 +0000 |
commit | 776ee6748a6110bbdc3b727fb6cd1ce3c1594e35 (patch) | |
tree | 413b59c66df4ce8e10d8e8e5f220f32b0e7b2e01 | |
parent | 449efe9d051dd7acecc789149fc276157ccb2715 (diff) |
build: add python3-pip dependency
- python3 pip module is missing on a new Ubuntu installation
Type: fix
Signed-off-by: Saima Yunus <yunus.saima.99@gmail.com>
Change-Id: I5a9886cd5f9226dc0a968c2f70a7c436a06ddf50
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ DEB_DEPENDS += python3-all python3-setuptools check DEB_DEPENDS += libffi-dev python3-ply DEB_DEPENDS += cmake ninja-build uuid-dev python3-jsonschema python3-yaml DEB_DEPENDS += python3-venv # ensurepip -DEB_DEPENDS += python3-dev # needed for python3 -m pip install psutil +DEB_DEPENDS += python3-dev python3-pip DEB_DEPENDS += libnl-3-dev libnl-route-3-dev libmnl-dev # DEB_DEPENDS += enchant # for docs DEB_DEPENDS += python3-virtualenv |