diff options
| author | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-08-03 20:28:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:40:09 -0700 |
| commit | 3100d58b571e9c6188a0e3465e4781a0dfbd646f (patch) | |
| tree | 2e00a05856202afc0dbe00b667cf2320846f0944 | |
| parent | 28a3b1eba5b8f41a969e0ade75891200a9f0586f (diff) | |
| download | meta-openembedded-3100d58b571e9c6188a0e3465e4781a0dfbd646f.tar.gz | |
python3-matplotlib: don't use PYTHON_PN
We only support python3 so using PYTHON_PN is redundant.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | 24 |
1 files changed, 12 insertions, 12 deletions
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 = "\ | |||
| 14 | DEPENDS = "\ | 14 | DEPENDS = "\ |
| 15 | freetype \ | 15 | freetype \ |
| 16 | libpng \ | 16 | libpng \ |
| 17 | ${PYTHON_PN}-numpy-native \ | 17 | python3-numpy-native \ |
| 18 | ${PYTHON_PN}-pip-native \ | 18 | python3-pip-native \ |
| 19 | ${PYTHON_PN}-dateutil-native \ | 19 | python3-dateutil-native \ |
| 20 | ${PYTHON_PN}-pytz-native \ | 20 | python3-pytz-native \ |
| 21 | ${PYTHON_PN}-certifi-native \ | 21 | python3-certifi-native \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" | 24 | SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" |
| @@ -44,13 +44,13 @@ LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld" | |||
| 44 | RDEPENDS:${PN} = "\ | 44 | RDEPENDS:${PN} = "\ |
| 45 | freetype \ | 45 | freetype \ |
| 46 | libpng \ | 46 | libpng \ |
| 47 | ${PYTHON_PN}-numpy \ | 47 | python3-numpy \ |
| 48 | ${PYTHON_PN}-pyparsing \ | 48 | python3-pyparsing \ |
| 49 | ${PYTHON_PN}-cycler \ | 49 | python3-cycler \ |
| 50 | ${PYTHON_PN}-dateutil \ | 50 | python3-dateutil \ |
| 51 | ${PYTHON_PN}-kiwisolver \ | 51 | python3-kiwisolver \ |
| 52 | ${PYTHON_PN}-pytz \ | 52 | python3-pytz \ |
| 53 | ${PYTHON_PN}-pillow \ | 53 | python3-pillow \ |
| 54 | " | 54 | " |
| 55 | 55 | ||
| 56 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg" | 56 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg" |
