openldap: depends_on uuid (#50557)

This commit is contained in:
Wouter Deconinck 2025-05-20 17:43:36 -05:00 committed by GitHub
parent 687137a057
commit bf08b1e2c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,7 @@ class Openldap(AutotoolsPackage):
depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
depends_on("uuid")
depends_on("icu4c", when="+icu")
with when("~client_only"):