diff options
| author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-08-21 20:31:18 +0200 |
|---|---|---|
| committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-08-21 20:31:18 +0200 |
| commit | 443c1209233a256c253068b46289bf9836d0375c (patch) | |
| tree | 8ee0e9bd3290b1ca72191cb806fe0b624f48486c /dev-python/matplotlib | |
| parent | 778204cc01a358a816f7bb64d4f6605c67200717 (diff) | |
| download | gentoo-443c1209233a256c253068b46289bf9836d0375c.tar.gz gentoo-443c1209233a256c253068b46289bf9836d0375c.tar.bz2 gentoo-443c1209233a256c253068b46289bf9836d0375c.zip | |
dev-python/matplotlib: add missing bdep on pybind11
Closes: https://bugs.gentoo.org/905086
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.1.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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? ( |
