diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:24 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
| commit | 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch) | |
| tree | 660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb | |
| parent | 16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff) | |
| download | meta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz | |
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-m2crypto_0.40.1.bb | 14 |
1 files changed, 7 insertions, 7 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 062a63a39c..1d8c22d196 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 | |||
| @@ -18,13 +18,13 @@ inherit pypi siteinfo setuptools3 | |||
| 18 | 18 | ||
| 19 | DEPENDS += "openssl swig-native" | 19 | DEPENDS += "openssl swig-native" |
| 20 | RDEPENDS:${PN} += "\ | 20 | RDEPENDS:${PN} += "\ |
| 21 | ${PYTHON_PN}-datetime \ | 21 | python3-datetime \ |
| 22 | ${PYTHON_PN}-setuptools \ | 22 | python3-setuptools \ |
| 23 | ${PYTHON_PN}-logging \ | 23 | python3-logging \ |
| 24 | ${PYTHON_PN}-netclient \ | 24 | python3-netclient \ |
| 25 | ${PYTHON_PN}-netserver \ | 25 | python3-netserver \ |
| 26 | ${PYTHON_PN}-numbers \ | 26 | python3-numbers \ |
| 27 | ${PYTHON_PN}-xmlrpc \ | 27 | python3-xmlrpc \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" | 30 | DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" |
