pika: remove git dependency (#46745)

This commit is contained in:
Mikael Simberg 2024-10-03 11:01:45 +02:00 committed by GitHub
parent d21577803f
commit 1b0020f3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,6 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
)
# Build dependencies
depends_on("git", type="build")
depends_on("cmake@3.18:", type="build")
depends_on("cmake@3.22:", when="@0.8:", type="build")