summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib
diff options
context:
space:
mode:
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=[