From 3100d58b571e9c6188a0e3465e4781a0dfbd646f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 3 Aug 2022 20:28:53 +0200 Subject: python3-matplotlib: don't use PYTHON_PN We only support python3 so using PYTHON_PN is redundant. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../python/python3-matplotlib_3.5.1.bb | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb index cd05b455d4..7dfe46f3ca 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb @@ -14,11 +14,11 @@ LIC_FILES_CHKSUM = "\ DEPENDS = "\ freetype \ libpng \ - ${PYTHON_PN}-numpy-native \ - ${PYTHON_PN}-pip-native \ - ${PYTHON_PN}-dateutil-native \ - ${PYTHON_PN}-pytz-native \ - ${PYTHON_PN}-certifi-native \ + python3-numpy-native \ + python3-pip-native \ + python3-dateutil-native \ + python3-pytz-native \ + python3-certifi-native \ " SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" @@ -44,13 +44,13 @@ LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld" RDEPENDS:${PN} = "\ freetype \ libpng \ - ${PYTHON_PN}-numpy \ - ${PYTHON_PN}-pyparsing \ - ${PYTHON_PN}-cycler \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-kiwisolver \ - ${PYTHON_PN}-pytz \ - ${PYTHON_PN}-pillow \ + python3-numpy \ + python3-pyparsing \ + python3-cycler \ + python3-dateutil \ + python3-kiwisolver \ + python3-pytz \ + python3-pillow \ " ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg" -- cgit v1.2.3-54-g00ecf