diff options
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.2.1.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild b/dev-python/matplotlib/matplotlib-3.2.1.ebuild index 6a67b5ed31d2..6be4bf19ff01 100644 --- a/dev-python/matplotlib/matplotlib-3.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild @@ -132,9 +132,13 @@ python_prepare_all() { # EOF local PATCHES=( - "${FILESDIR}"/${PN}-3.1.2-qhull.patch + "${FILESDIR}"/matplotlib-3.1.2-qhull.patch + "${FILESDIR}"/matplotlib-3.2.1-test.patch ) + # requires jupyter-nbconvert + rm lib/matplotlib/tests/test_backend_nbagg.py || die + sed \ -e 's/matplotlib.pyparsing_py[23]/pyparsing/g' \ -i lib/matplotlib/{mathtext,fontconfig_pattern}.py \ |
