]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-pip: add missing RDEPENDS
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 11 Oct 2024 19:16:54 +0000 (21:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Oct 2024 10:47:20 +0000 (11:47 +0100)
pip3 package is missing the runtime dependency on tomllib. Add
python3-tomllib to the recipe's RDEPENDS. While at it: order the
dependencies alphabetically.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pip_24.2.bb

index 5e1a467990ab0adf224f1dd0349a9f6998353fc4..bc164415fe52e909d900932de0c83077a4cf7f71 100644 (file)
@@ -31,16 +31,17 @@ SRC_URI[sha256sum] = "5b5e490b5e9cb275c879595064adce9ebd31b854e3e803740b72f9ccf3
 
 RDEPENDS:${PN} = "\
   python3-compile \
-  python3-io \
   python3-html \
+  python3-image \
+  python3-io \
   python3-json \
   python3-multiprocessing \
   python3-netserver \
+  python3-pickle \
   python3-setuptools \
+  python3-tomllib \
   python3-unixadmin \
   python3-xmlrpc \
-  python3-pickle \
-  python3-image \
 "
 
 BBCLASSEXTEND = "native nativesdk"