python3-flask-mail: stop using PYTHON_PN

We no longer support python2 so 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:
Bartosz Golaszewski 2023-06-23 16:38:53 +02:00 committed by Khem Raj
parent b630485986
commit 21a8212f26

View File

@ -11,4 +11,4 @@ PYPI_PACKAGE = "Flask-Mail"
inherit pypi setuptools3
RDEPENDS:${PN} = "${PYTHON_PN}-flask"
RDEPENDS:${PN} = "python3-flask"