All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] selinux-python: add RDEPENDES on python3-multiprocessing
@ 2022-05-12  4:35 Yi Zhao
  0 siblings, 0 replies; only message in thread
From: Yi Zhao @ 2022-05-12  4:35 UTC (permalink / raw)
  To: yocto, joe_macdonald, joe

Add RDEPENDS on python3-multiprocessing for selinux-python-sepolicy to
fix runtime error:

$ sepolicy
Traceback (most recent call last):
  File "/usr/bin/sepolicy", line 28, in <module>
    from multiprocessing import Pool
ModuleNotFoundError: No module named 'multiprocessing'

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 recipes-security/selinux/selinux-python_3.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-security/selinux/selinux-python_3.3.bb b/recipes-security/selinux/selinux-python_3.3.bb
index 1bf1f63..8f76718 100644
--- a/recipes-security/selinux/selinux-python_3.3.bb
+++ b/recipes-security/selinux/selinux-python_3.3.bb
@@ -57,6 +57,7 @@ RDEPENDS:${BPN}-sepolicy += "\
         python3-core \
         python3-codecs \
         python3-syslog \
+        python3-multiprocessing \
         ${BPN} \
 "
 RDEPENDS:${BPN}-sepolgen-ifgen += "\
-- 
2.25.1



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

only message in thread, other threads:[~2022-05-12  4:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12  4:35 [meta-selinux][PATCH] selinux-python: add RDEPENDES on python3-multiprocessing Yi Zhao

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.