flux-core: cffi needing for linking (#49656)

* Automated deployment to update package flux-core 2025-03-23

* cffi also needed for runtime

---------

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
This commit is contained in:
Vanessasaurus 2025-04-01 11:24:57 -06:00 committed by GitHub
parent c09759353f
commit 67f091f0d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ class FluxCore(AutotoolsPackage):
# Use of distutils in configure script dropped in v0.55
# Detection of cffi version fixed in v0.68
depends_on("python@:3.11", when="@:0.67", type=("build", "link", "run"))
depends_on("py-cffi@1.1:", type=("build", "run"))
depends_on("py-cffi@1.1:", type=("build", "link", "run"))
depends_on("py-pyyaml@3.10:", type=("build", "run"))
depends_on("py-jsonschema@2.3:", type=("build", "run"), when="@:0.58.0")
depends_on("py-ply", type=("build", "run"), when="@0.46.1:")