Skip to content

Commit

Permalink
Bump minimal lcio dependency for k4edm4hep2lcioconv
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 21, 2023
1 parent 23ba629 commit f3d691f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/k4edm4hep2lcioconv/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ class K4edm4hep2lcioconv(CMakePackage, Key4hepPackage):
)

depends_on("lcio")
depends_on("[email protected]:", when="@00-05:")
depends_on("podio")
depends_on("[email protected]:", when="@00-03")
depends_on("[email protected]:", when="@00-04:")
depends_on("[email protected]", when="@00-05:")
depends_on("[email protected]:", when="@00-05:")

def cmake_args(self):
args = [
Expand Down

0 comments on commit f3d691f

Please sign in to comment.