]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
diffoscope: add missing RDEPENDS and alphabetize
authorTrevor Gamblin <tgamblin@baylibre.com>
Mon, 10 Jul 2023 14:28:24 +0000 (10:28 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jul 2023 08:18:35 +0000 (09:18 +0100)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-support/diffoscope/diffoscope_243.bb

index a73ad6da9ea892395e738ee20d6cf7d754cde8eb..5cdc2caf10519d239e0d6f17b36f85f285727c28 100644 (file)
@@ -14,7 +14,20 @@ inherit pypi setuptools3
 
 SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1"
 
-RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
+RDEPENDS:${PN} += "\
+        binutils \
+        python3-curses \
+        python3-difflib \
+        python3-fcntl \
+        python3-json \
+        python3-libarchive-c \
+        python3-magic \
+        python3-multiprocessing \
+        python3-pprint \
+        python3-rpm \
+        squashfs-tools \
+        vim \
+        "
 
 # Dependencies don't build for musl
 COMPATIBLE_HOST:libc-musl = 'null'