Skip to content

Commit 2f113c0

Browse files
authored
pulseaudio: use version range for gettext tool require (#28926)
1 parent af40945 commit 2f113c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pulseaudio/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def validate(self):
8787
)
8888

8989
def build_requirements(self):
90-
self.tool_requires("gettext/0.21")
90+
self.tool_requires("gettext/[>=0.21 <1]")
9191
self.tool_requires("libtool/2.4.7")
9292
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
9393
self.tool_requires("pkgconf/[>=2.2 <3]")

0 commit comments

Comments
 (0)