diff options
| author | Martin Großhauser <mgrosshauser@gmx.net> | 2022-07-26 14:17:44 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-26 20:49:05 -0400 |
| commit | 6ba48fb9cc88b30d91ba1c0c8cbfd496e108a72f (patch) | |
| tree | ae5edde8f3c3d2415cb44afba82a92482783ae66 /meta-python | |
| parent | 41d34e2a7936b2b2e5d11c54196bd8280fb0a9ca (diff) | |
| download | meta-openembedded-6ba48fb9cc88b30d91ba1c0c8cbfd496e108a72f.tar.gz | |
Add runtime dependencies for python3-supervisor
Running supervisord without these fails with import errors. smtpd might look strange, but provides required asynchat.py.
Replaced PYTHON_PN with python3 as suggested in previous thread.
Signed-off-by: Martin Großhauser <mgrosshauser@gmx.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb b/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb index fdd8a76cfe..d677075570 100644 --- a/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb +++ b/meta-python/recipes-devtools/python/python3-supervisor_4.2.4.bb | |||
| @@ -12,7 +12,12 @@ SRC_URI[sha256sum] = "40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea61 | |||
| 12 | PYPI_PACKAGE = "supervisor" | 12 | PYPI_PACKAGE = "supervisor" |
| 13 | inherit pypi systemd setuptools3 | 13 | inherit pypi systemd setuptools3 |
| 14 | RDEPENDS:${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
| 15 | ${PYTHON_PN}-meld3 \ | 15 | python3-meld3 \ |
| 16 | python3-io \ | ||
| 17 | python3-xmlrpc \ | ||
| 18 | python3-resource \ | ||
| 19 | python3-setuptools \ | ||
| 20 | python3-smtpd \ | ||
| 16 | " | 21 | " |
| 17 | 22 | ||
| 18 | SRC_URI += "file://supervisord.conf \ | 23 | SRC_URI += "file://supervisord.conf \ |
