mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
40b4cf5a83
commit
a7a7f326f7
|
|
@ -22,8 +22,8 @@ do_configure:prepend() {
|
|||
}
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
${PYTHON_PN}-pprint \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-pyasn1 \
|
||||
${PYTHON_PN}-pyasn1-modules \
|
||||
python3-pprint \
|
||||
python3-pyasn1 \
|
||||
python3-pyasn1-modules \
|
||||
python3-threading \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user