We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af40945 commit 2f113c0Copy full SHA for 2f113c0
recipes/pulseaudio/all/conanfile.py
@@ -87,7 +87,7 @@ def validate(self):
87
)
88
89
def build_requirements(self):
90
- self.tool_requires("gettext/0.21")
+ self.tool_requires("gettext/[>=0.21 <1]")
91
self.tool_requires("libtool/2.4.7")
92
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
93
self.tool_requires("pkgconf/[>=2.2 <3]")
0 commit comments