glib: 2.74: needs pcre2@10.34: (#35283)

This commit is contained in:
Jordan Galby 2023-02-01 21:53:03 +01:00 committed by GitHub
parent 002bd8d20b
commit 2432be5911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,7 @@ class Glib(Package):
depends_on("perl", type=("build", "run"))
depends_on("python", type=("build", "run"), when="@2.53.4:")
depends_on("pcre2", when="@2.73.2:")
depends_on("pcre2@10.34:", when="@2.74:")
depends_on("pcre+utf", when="@2.48:2.73.1")
depends_on("uuid", when="+libmount")
depends_on("util-linux", when="+libmount")