diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:14:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:17:41 +0200 |
commit | 41fe9cb112f5c7ee674de4183ac81299d7bc3a2f (patch) | |
tree | 5d982fd5bd65930f471dc1223c1c5212d623c5a4 /dev-python/matplotlib | |
parent | dev-python/mapbox_earcut: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-41fe9cb112f5c7ee674de4183ac81299d7bc3a2f.tar.gz gentoo-41fe9cb112f5c7ee674de4183ac81299d7bc3a2f.tar.bz2 gentoo-41fe9cb112f5c7ee674de4183ac81299d7bc3a2f.zip |
dev-python/matplotlib: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.7.1.ebuild b/dev-python/matplotlib/matplotlib-3.7.1.ebuild index 688f8ac85d71..9c878ad7c70a 100644 --- a/dev-python/matplotlib/matplotlib-3.7.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.7.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE='tk?,threads(+)' |