python3-netaddr: stop using PYTHON_PN

We no longer support python2 so switch to using 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:
Bartosz Golaszewski 2023-05-31 10:29:08 +02:00 committed by Khem Raj
parent e744872f30
commit 5876025dbe

View File

@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-pprint \
${PYTHON_PN}-xml \
python3-pprint \
python3-xml \
"