All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-bandit: Add missing dependency on pbr native
@ 2018-07-28  2:39 Khem Raj
  2018-07-28  2:39 ` [meta-python][PATCH] python-stevedore: Upgrade to 1.29.0 Khem Raj
  2018-07-28  2:39 ` [meta-networking][PATCH] samba: LDB 1.4.0 breaks Samba < 4.9 Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2018-07-28  2:39 UTC (permalink / raw)
  To: openembedded-devel

Fixes:

| ERROR: Do not try to fetch `pbr>=1.8' for building. Please add its native recipe to DEPENDS.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-bandit_1.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.4.0.bb b/meta-python/recipes-devtools/python/python3-bandit_1.4.0.bb
index 2d24c8b0f7..84f47614e0 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.4.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 SRC_URI[md5sum] = "f74155cb9921be857693b32d2531e857"
 SRC_URI[sha256sum] = "cb977045497f83ec3a02616973ab845c829cdab8144ce2e757fe031104a9abd4"
 
-DEPENDS = "python3-pyyaml python3-six python3-stevedore"
+DEPENDS = "python3-pyyaml python3-six python3-stevedore python3-pbr-native"
 
 inherit setuptools3 pypi
 
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-28  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-28  2:39 [meta-python][PATCH] python3-bandit: Add missing dependency on pbr native Khem Raj
2018-07-28  2:39 ` [meta-python][PATCH] python-stevedore: Upgrade to 1.29.0 Khem Raj
2018-07-28  2:39 ` [meta-networking][PATCH] samba: LDB 1.4.0 breaks Samba < 4.9 Khem Raj

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.