From 351db98f0ea60981576a88449b5aeb7b11ec63bf Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:02:11 +0200 Subject: [PATCH] Fix spackage. --- spack/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spack/package.py b/spack/package.py index 7b9f9d82e..11e6b3050 100644 --- a/spack/package.py +++ b/spack/package.py @@ -122,6 +122,7 @@ class Arbor(CMakePackage, CudaPackage): depends_on("py-pybind11@2.10.1:", when="@0.7.1:", type="build") depends_on("py-pybind11@2.10.1:", when="@0.7.1:", type="build") depends_on("py-pybind11@2.10.1:", when="@2.11.1:", type="build") + depends_on("py-pybind11-stubgen@0.8", type="build") # sphinx based documentation with when("+doc"):