From 5845059612ff7ff513485dc2bff8dfeb452cd086 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 8 Mar 2023 08:58:07 +0100 Subject: [PATCH] Use the latest gettext conan recipe Slightly modified to be compatible with our conan version Contributes to CURA-10376 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 36a1f3f5eb..aca26ba1db 100644 --- a/conanfile.py +++ b/conanfile.py @@ -293,7 +293,7 @@ class CuraConan(ConanFile): if self.options.devtools: if self.settings.os != "Windows" or self.conf.get("tools.microsoft.bash:path", check_type = str): # FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement - self.tool_requires("gettext/0.21", force_host_context=True) + self.tool_requires("gettext/0.21@ultimaker/testing") def layout(self): self.folders.source = "."