commit:     443c1209233a256c253068b46289bf9836d0375c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 18:31:18 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 18:31:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443c1209

dev-python/matplotlib: add missing bdep on pybind11

Closes: https://bugs.gentoo.org/905086
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/matplotlib/matplotlib-3.7.1.ebuild | 1 +
 dev-python/matplotlib/matplotlib-3.7.2.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/matplotlib/matplotlib-3.7.1.ebuild 
b/dev-python/matplotlib/matplotlib-3.7.1.ebuild
index 55747a1aa126..6d55e63a2d55 100644
--- a/dev-python/matplotlib/matplotlib-3.7.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.7.1.ebuild
@@ -88,6 +88,7 @@ RDEPEND="
 
 BDEPEND="
        ${RDEPEND}
+       dev-python/pybind11[${PYTHON_USEDEP}]
        >=dev-python/setuptools-scm-7[${PYTHON_USEDEP}]
        virtual/pkgconfig
        doc? (

diff --git a/dev-python/matplotlib/matplotlib-3.7.2.ebuild 
b/dev-python/matplotlib/matplotlib-3.7.2.ebuild
index fed1472da207..dd93cb1ef3b7 100644
--- a/dev-python/matplotlib/matplotlib-3.7.2.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.7.2.ebuild
@@ -91,6 +91,7 @@ RDEPEND="
 
 BDEPEND="
        ${RDEPEND}
+       dev-python/pybind11[${PYTHON_USEDEP}]
        >=dev-python/setuptools-scm-7[${PYTHON_USEDEP}]
        virtual/pkgconfig
        doc? (

Reply via email to