All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] diffoscope: Add python3-rpm as dependency
@ 2021-02-22 22:43 Joshua Watt
  0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2021-02-22 22:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: jsmoeller, richard.purdie, Joshua Watt

The python3-rpm package is required for diffoscope to diff RPM packages

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/recipes-support/diffoscope/diffoscope_166.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/diffoscope/diffoscope_166.bb b/meta/recipes-support/diffoscope/diffoscope_166.bb
index 14c95fe5af..888694f066 100644
--- a/meta/recipes-support/diffoscope/diffoscope_166.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_166.bb
@@ -9,7 +9,7 @@ inherit pypi setuptools3
 
 SRC_URI[sha256sum] = "20d0b4091ae535dc7d094bf5f366e0687e0b4337a268254b11925b8e7c9ea9c4"
 
-RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
+RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm"
 
 # Dependencies don't build for musl
 COMPATIBLE_HOST_libc-musl = 'null'
-- 
2.30.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-22 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 22:43 [OE-core][PATCH] diffoscope: Add python3-rpm as dependency Joshua Watt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.