summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-07 14:39:41 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-07 16:44:54 -0700
commit1274e2772ebbf04f6e6af6aec53f5d23ae259874 (patch)
treee8d3ea08eb2bae7c8edd327f585c4955d0d09817 /meta-python/recipes-devtools/python/python3-matplotlib
parent67caf9050d6ba5a20ae576a5924265e74816cb3d (diff)
downloadmeta-openembedded-1274e2772ebbf04f6e6af6aec53f5d23ae259874.tar.gz
matplotlib: Upgrade to 3.5.3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib/matplotlib-disable-download.patch5
1 files changed, 3 insertions, 2 deletions
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 <mark.hatle@xilinx.com>
6 6
7--- a/setup.py 7--- a/setup.py
8+++ b/setup.py 8+++ b/setup.py
9@@ -317,7 +317,6 @@ setup( # Finally, pass this all along t 9@@ -316,8 +316,6 @@ setup( # Finally, pass this all along t
10 setup_requires=[
10 "certifi>=2020.06.20", 11 "certifi>=2020.06.20",
11 "numpy>=1.17", 12 "numpy>=1.17",
12 "setuptools_scm>=4", 13- "setuptools_scm>=4,<7",
13- "setuptools_scm_git_archive", 14- "setuptools_scm_git_archive",
14 ], 15 ],
15 install_requires=[ 16 install_requires=[