diff options
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_243.bb | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_243.bb b/meta/recipes-support/diffoscope/diffoscope_243.bb index a73ad6da9e..5cdc2caf10 100644 --- a/meta/recipes-support/diffoscope/diffoscope_243.bb +++ b/meta/recipes-support/diffoscope/diffoscope_243.bb | |||
@@ -14,7 +14,20 @@ inherit pypi setuptools3 | |||
14 | 14 | ||
15 | SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1" | 15 | SRC_URI[sha256sum] = "3ce7ff00d72ffd9c904d1d93a4a147208878f56e8f0286073533615689d840b1" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" | 17 | RDEPENDS:${PN} += "\ |
18 | binutils \ | ||
19 | python3-curses \ | ||
20 | python3-difflib \ | ||
21 | python3-fcntl \ | ||
22 | python3-json \ | ||
23 | python3-libarchive-c \ | ||
24 | python3-magic \ | ||
25 | python3-multiprocessing \ | ||
26 | python3-pprint \ | ||
27 | python3-rpm \ | ||
28 | squashfs-tools \ | ||
29 | vim \ | ||
30 | " | ||
18 | 31 | ||
19 | # Dependencies don't build for musl | 32 | # Dependencies don't build for musl |
20 | COMPATIBLE_HOST:libc-musl = 'null' | 33 | COMPATIBLE_HOST:libc-musl = 'null' |