diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-19 13:04:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-19 13:09:54 +0200 |
commit | ce4158fa16c5ffe304070cba97a8af2cf5ade7ce (patch) | |
tree | 822a46e0ed08ac67a5713e5178487f75513396bc /dev-python/matplotlib | |
parent | dev-python/markdown: Eliminate stale python_gen_cond_dep (diff) | |
download | gentoo-ce4158fa16c5ffe304070cba97a8af2cf5ade7ce.tar.gz gentoo-ce4158fa16c5ffe304070cba97a8af2cf5ade7ce.tar.bz2 gentoo-ce4158fa16c5ffe304070cba97a8af2cf5ade7ce.zip |
dev-python/matplotlib: Eliminate stale python_gen_cond_dep
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 | 3 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.2.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.7.1.ebuild b/dev-python/matplotlib/matplotlib-3.7.1.ebuild index 9c878ad7c70a..d0f4addd4224 100644 --- a/dev-python/matplotlib/matplotlib-3.7.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.7.1.ebuild @@ -53,9 +53,6 @@ RDEPEND=" media-libs/libpng:0 >=media-libs/qhull-2013:= virtual/imagemagick-tools[jpeg,tiff] - $(python_gen_cond_dep ' - dev-python/importlib-resources[${PYTHON_USEDEP}] - ' 3.9) cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) diff --git a/dev-python/matplotlib/matplotlib-3.7.2.ebuild b/dev-python/matplotlib/matplotlib-3.7.2.ebuild index 213f165a0cc5..acdd8ed32ffc 100644 --- a/dev-python/matplotlib/matplotlib-3.7.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.7.2.ebuild @@ -56,9 +56,6 @@ RDEPEND=" media-libs/libpng:0 >=media-libs/qhull-2013:= virtual/imagemagick-tools[jpeg,tiff] - $(python_gen_cond_dep ' - dev-python/importlib-resources[${PYTHON_USEDEP}] - ' 3.9) cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) |