From 1274e2772ebbf04f6e6af6aec53f5d23ae259874 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 7 Sep 2022 14:39:41 -0700 Subject: matplotlib: Upgrade to 3.5.3 Signed-off-by: Khem Raj --- .../python/python3-matplotlib/matplotlib-disable-download.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-matplotlib') diff --git a/meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch b/meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch index 42ffeb8970..25c49afb97 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch +++ b/meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch @@ -6,10 +6,11 @@ Signed-off-by: Mark Hatle --- 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=[ -- cgit v1.2.3-54-g00ecf