diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-06-20 15:18:49 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-06-20 16:37:31 +0200 |
| commit | ff0248cb142dc0330c5669cb7dc514ced19ac08a (patch) | |
| tree | f5a453c6d95ebef3449209315ca171cb8a6d2909 /dev-python/matplotlib/matplotlib-3.4.1.ebuild | |
| parent | 7f7114f8601f322ed0185c056243e812c52579f3 (diff) | |
| download | gentoo-ff0248cb142dc0330c5669cb7dc514ced19ac08a.tar.gz gentoo-ff0248cb142dc0330c5669cb7dc514ced19ac08a.tar.bz2 gentoo-ff0248cb142dc0330c5669cb7dc514ced19ac08a.zip | |
dev-python/matplotlib: Fix test regression
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.4.1.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.4.1.ebuild b/dev-python/matplotlib/matplotlib-3.4.1.ebuild index 6ac9f568ad38..a145e84f8c2b 100644 --- a/dev-python/matplotlib/matplotlib-3.4.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 flag-o-matic virtualx toolchain-funcs prefix @@ -147,6 +147,7 @@ python_prepare_all() { local PATCHES=( "${FILESDIR}"/matplotlib-3.4.0-test.patch "${FILESDIR}"/matplotlib-3.3.3-disable-lto.patch + "${FILESDIR}"/matplotlib-3.4.1-xelatex-test.patch ) # requires jupyter-nbconvert |
