diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:25 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:20 -0800 |
commit | 7b927732c6513d8fcd67e81fc33376921ec5f59f (patch) | |
tree | b4cc57fcca8701c3de34384268cfc605b1319f0d /meta-python | |
parent | b4efcecc63c86f3e7fa9d5c6205f1bd07d951fed (diff) | |
download | meta-openembedded-7b927732c6513d8fcd67e81fc33376921ec5f59f.tar.gz |
python3-mcrypto: rely on setuptools for distutils copy
It's still used in source tree:
src/M2Crypto/__init__.py: from distutils.version import StrictVersion as Version
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 | 2 |
1 files changed, 1 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 c946edb2b9..062a63a39c 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 | |||
@@ -19,7 +19,7 @@ inherit pypi siteinfo setuptools3 | |||
19 | DEPENDS += "openssl swig-native" | 19 | DEPENDS += "openssl swig-native" |
20 | RDEPENDS:${PN} += "\ | 20 | RDEPENDS:${PN} += "\ |
21 | ${PYTHON_PN}-datetime \ | 21 | ${PYTHON_PN}-datetime \ |
22 | ${PYTHON_PN}-distutils \ | 22 | ${PYTHON_PN}-setuptools \ |
23 | ${PYTHON_PN}-logging \ | 23 | ${PYTHON_PN}-logging \ |
24 | ${PYTHON_PN}-netclient \ | 24 | ${PYTHON_PN}-netclient \ |
25 | ${PYTHON_PN}-netserver \ | 25 | ${PYTHON_PN}-netserver \ |