diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 21a8212f2619fe1e9fb5a6a122c85c4797934f8c (patch) | |
tree | cc072b129470b1dacea38cfa77db9b9f7fc9b4be /meta-python | |
parent | b6304859867a78b98253b9c9e15484b482031a1d (diff) | |
download | meta-openembedded-21a8212f2619fe1e9fb5a6a122c85c4797934f8c.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index e568f7fac2..aaf02a23bd 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | |||
@@ -11,4 +11,4 @@ PYPI_PACKAGE = "Flask-Mail" | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS:${PN} = "${PYTHON_PN}-flask" | 14 | RDEPENDS:${PN} = "python3-flask" |