Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekg7 authored Sep 29, 2023
1 parent 8bb7a3d commit 530aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class PyGt4py(PythonPackage):
# See: https://github.com/C2SM/spack-c2sm/issues/803
depends_on('[email protected]:2.9.2', type=('build', 'run'))

depends_on('[email protected]:', when="@1.1.3:", type=('build', 'run'))
depends_on('[email protected]:', when="@1.0.1.3:", type=('build', 'run'))
depends_on('[email protected]:', type=('build', 'run'))
depends_on('[email protected]:4.6', type=('build', 'run'))
depends_on('[email protected]:', type=('build', 'run'))
Expand Down

0 comments on commit 530aff6

Please sign in to comment.