Skip to content

Commit

Permalink
Remove old requirements that no longer apply
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 19, 2024
1 parent f7afcd1 commit 23c7630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/k4fwcore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class K4fwcore(CMakePackage, Ilcsoftpackage):
sha256="da089b320d0bd89c5b6d8a972009e11f324a442e6bb85778d8541364f957b4f9",
)

depends_on("gaudi", when="@0.3.0:")
depends_on("root@6.08:")
depends_on("podio@0.10:")
depends_on("gaudi")
depends_on("root")
depends_on("podio")
depends_on("[email protected]", when="@1.0pre14:1.0pre15")
depends_on("[email protected]:", when="@1.0pre16:")
depends_on("podio@:0.17.3", when="@:1.0pre17") # podio/EventStore.h removed
Expand Down

0 comments on commit 23c7630

Please sign in to comment.