summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pip_24.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pip_24.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pip_24.2.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-pip_24.2.bb b/meta/recipes-devtools/python/python3-pip_24.2.bb
index 5e1a467990..bc164415fe 100644
--- a/meta/recipes-devtools/python/python3-pip_24.2.bb
+++ b/meta/recipes-devtools/python/python3-pip_24.2.bb
@@ -31,16 +31,17 @@ SRC_URI[sha256sum] = "5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf3
31 31
32RDEPENDS:${PN} = "\ 32RDEPENDS:${PN} = "\
33 python3-compile \ 33 python3-compile \
34 python3-io \
35 python3-html \ 34 python3-html \
35 python3-image \
36 python3-io \
36 python3-json \ 37 python3-json \
37 python3-multiprocessing \ 38 python3-multiprocessing \
38 python3-netserver \ 39 python3-netserver \
40 python3-pickle \
39 python3-setuptools \ 41 python3-setuptools \
42 python3-tomllib \
40 python3-unixadmin \ 43 python3-unixadmin \
41 python3-xmlrpc \ 44 python3-xmlrpc \
42 python3-pickle \
43 python3-image \
44" 45"
45 46
46BBCLASSEXTEND = "native nativesdk" 47BBCLASSEXTEND = "native nativesdk"