diff mbox series

[meta-arago,master/scarthgap] recipes-core: packagegroups: Add python3-pip

Message ID 20240519133631.1722288-1-c-shilwant@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] recipes-core: packagegroups: Add python3-pip | expand

Commit Message

Chirag Shilwant May 19, 2024, 1:36 p.m. UTC
- python3-pip helps developers to test and deploy huge
numbers of python3 applications in short time.

- Also, we had a customer suggestion in past to package
python3-pip in tisdk-default-image [1]

[1]: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1194285/processor-sdk-am64x-need-help-on-network-manager-and-modem-manager

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-addons.bb             | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 8dbffa81..07ad6190 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -79,6 +79,7 @@  EXTRA_PACKAGES = " \
     nodejs-npm \
     protobuf \
     ccief-basic \
+    python3-pip \
 "
 
 EXTRA_PACKAGES:omapl138 = " \