mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
selinux-python: add RDEPENDES on python3-multiprocessing
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>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
fe742953ed
commit
26655dfdf6
|
|
@ -57,6 +57,7 @@ RDEPENDS:${BPN}-sepolicy += "\
|
|||
python3-core \
|
||||
python3-codecs \
|
||||
python3-syslog \
|
||||
python3-multiprocessing \
|
||||
${BPN} \
|
||||
"
|
||||
RDEPENDS:${BPN}-sepolgen-ifgen += "\
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user