Skip to content

Commit

Permalink
Merge pull request #70 from flux-framework/add-py-ply
Browse files Browse the repository at this point in the history
Test adding py-ply
  • Loading branch information
vsoch committed Feb 3, 2023
2 parents 9ab9d9e + c425242 commit 818817d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flux-core/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class FluxCore(AutotoolsPackage):
depends_on("py-six@1.9:", when="@:0.24", type=("build", "run"))
depends_on("py-pyyaml@3.10:", type=("build", "run"))
depends_on("py-jsonschema@2.3:", type=("build", "run"))
depends_on("py-ply", type=("build", "run"), when="@0.46.1:")
depends_on("jansson")
depends_on("jansson@2.10:", when="@0.21.0:")
depends_on("pkgconfig")
Expand Down

0 comments on commit 818817d

Please sign in to comment.