diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-05-12 12:35:05 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2022-05-16 07:57:46 -0400 |
| commit | 26655dfdf6a607811cc61612e91bd9f7beb55b8a (patch) | |
| tree | d9dd52014943f36db4bcd2c3fc7292c0f2b99d62 | |
| parent | fe742953ed154cdfa6e052334e1fa7d6cc0a68c2 (diff) | |
| download | meta-selinux-26655dfdf6a607811cc61612e91bd9f7beb55b8a.tar.gz | |
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>
| -rw-r--r-- | recipes-security/selinux/selinux-python_3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 += "\ | |||
| 57 | python3-core \ | 57 | python3-core \ |
| 58 | python3-codecs \ | 58 | python3-codecs \ |
| 59 | python3-syslog \ | 59 | python3-syslog \ |
| 60 | python3-multiprocessing \ | ||
| 60 | ${BPN} \ | 61 | ${BPN} \ |
| 61 | " | 62 | " |
| 62 | RDEPENDS:${BPN}-sepolgen-ifgen += "\ | 63 | RDEPENDS:${BPN}-sepolgen-ifgen += "\ |
