commit: 358f69aee41361ae8b0bb5cfb4276c6089a9c988 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 17 19:36:39 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 17 19:38:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358f69ae
dev-python/contourpy: Fix minimal pybind11 version Closes: https://bugs.gentoo.org/939789 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/contourpy/contourpy-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/contourpy/contourpy-1.3.0.ebuild b/dev-python/contourpy/contourpy-1.3.0.ebuild index 02fcf3f45f2d..9b6198a6c433 100644 --- a/dev-python/contourpy/contourpy-1.3.0.ebuild +++ b/dev-python/contourpy/contourpy-1.3.0.ebuild @@ -27,7 +27,7 @@ RDEPEND=" >=dev-python/numpy-1.23[${PYTHON_USEDEP}] " BDEPEND=" - >=dev-python/pybind11-2.12.0[${PYTHON_USEDEP}] + >=dev-python/pybind11-2.13.1[${PYTHON_USEDEP}] test? ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}]
