matplotlib: Upgrade to 3.5.3

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-09-07 14:39:41 -07:00
parent 67caf9050d
commit 1274e2772e
2 changed files with 6 additions and 5 deletions
@@ -6,10 +6,11 @@ Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
--- a/setup.py
+++ b/setup.py
@@ -317,7 +317,6 @@ setup( # Finally, pass this all along t
@@ -316,8 +316,6 @@ setup( # Finally, pass this all along t
setup_requires=[
"certifi>=2020.06.20",
"numpy>=1.17",
"setuptools_scm>=4",
- "setuptools_scm>=4,<7",
- "setuptools_scm_git_archive",
],
install_requires=[
@@ -19,9 +19,9 @@ DEPENDS = "\
python3-dateutil-native \
python3-pytz-native \
python3-certifi-native \
python3-setuptools-scm-native \
"
SRC_URI[sha256sum] = "48cf850ce14fa18067f2d9e0d646763681948487a8080ec0af2686468b4607a2"
SRC_URI[sha256sum] = "339cac48b80ddbc8bfd05daae0a3a73414651a8596904c2a881cfd1edb65f26c"
inherit pypi setuptools3 pkgconfig
@@ -40,7 +40,6 @@ SRC_URI[qhull.sha256sum] = "b5c2d7eb833278881b952c8a52d20179eab87766b00b86500046
# LTO with clang needs lld
LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld"
RDEPENDS:${PN} = "\
freetype \
libpng \
@@ -57,6 +56,7 @@ RDEPENDS:${PN} = "\
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
ENABLELTO:toolchain-clang:riscv32 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
ENABLELTO:toolchain-clang:mips = "echo enable_lto = False >> ${S}/mplsetup.cfg"
do_compile:prepend() {
echo [libs] > ${S}/mplsetup.cfg
echo system_freetype = True >> ${S}/mplsetup.cfg