diff options
| -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 \ |
