Skip to content

Commit

Permalink
Merge pull request #265 from flux-framework/update-package/flux-core-…
Browse files Browse the repository at this point in the history
…2024-11-27

Update from update-package/flux-core-2024-11-27
  • Loading branch information
vsoch authored Nov 27, 2024
2 parents 599d120 + 083d3cc commit cf4f30f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/flux-core/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ class FluxCore(AutotoolsPackage):
# `link` dependency on python due to Flux's `pymod` module
depends_on("[email protected]:", type=("build", "link", "run"))
# Use of distutils in configure script dropped in v0.55
depends_on("python@:3.11", when="@:0.54", type=("build", "link", "run"))
# Detection of cffi version fixed in v0.68
depends_on("python@:3.11", when="@:0.67", type=("build", "link", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"), when="@:0.58.0")
Expand Down

0 comments on commit cf4f30f

Please sign in to comment.