diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:23 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:20 -0800 |
| commit | 6de5e84625c9c46436ba8b9b44842e7b172969eb (patch) | |
| tree | e1670e0497de346b10e47a9255a52f9e8e8e8d4b /meta-python | |
| parent | 10e44c9ce5b990511f1c7da16245bd8c195deece (diff) | |
| download | meta-openembedded-6de5e84625c9c46436ba8b9b44842e7b172969eb.tar.gz | |
python3-m2crypto: do not rely on smtpd module
It's not mentioned anywhere in source code, and python 3.12
has removed it.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb b/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb index a55ded34d7..c946edb2b9 100644 --- a/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb +++ b/meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb | |||
| @@ -24,7 +24,6 @@ RDEPENDS:${PN} += "\ | |||
| 24 | ${PYTHON_PN}-netclient \ | 24 | ${PYTHON_PN}-netclient \ |
| 25 | ${PYTHON_PN}-netserver \ | 25 | ${PYTHON_PN}-netserver \ |
| 26 | ${PYTHON_PN}-numbers \ | 26 | ${PYTHON_PN}-numbers \ |
| 27 | ${PYTHON_PN}-smtpd \ | ||
| 28 | ${PYTHON_PN}-xmlrpc \ | 27 | ${PYTHON_PN}-xmlrpc \ |
| 29 | " | 28 | " |
| 30 | 29 | ||
