diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
| commit | a7a7f326f74eea9684f31499a6364b1c2ad62bd3 (patch) | |
| tree | 0e7740926de7194e96b55dfeb56aa442cab14047 /meta-python | |
| parent | 40b4cf5a83098a5f1be873be5c29f26380bc7993 (diff) | |
| download | meta-openembedded-a7a7f326f74eea9684f31499a6364b1c2ad62bd3.tar.gz | |
python3-ldap: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-networking/python/python3-ldap_3.4.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb index f2c0d2ee13..2091f63a97 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb | |||
| @@ -22,8 +22,8 @@ do_configure:prepend() { | |||
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | RDEPENDS:${PN} = " \ | 24 | RDEPENDS:${PN} = " \ |
| 25 | ${PYTHON_PN}-pprint \ | 25 | python3-pprint \ |
| 26 | ${PYTHON_PN}-threading \ | 26 | python3-pyasn1 \ |
| 27 | ${PYTHON_PN}-pyasn1 \ | 27 | python3-pyasn1-modules \ |
| 28 | ${PYTHON_PN}-pyasn1-modules \ | 28 | python3-threading \ |
| 29 | " | 29 | " |
