From 750851425c3f4217365f5a9aaa9d856e6533fdfd Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Thu, 21 May 2020 16:08:52 +0200 Subject: [PATCH] migrate flex to CCI --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index a35c0d6..d4aa557 100644 --- a/conanfile.py +++ b/conanfile.py @@ -154,7 +154,7 @@ def build_requirements(self): if not tools.which("gperf"): self.build_requires("gperf/3.1") if not tools.which("flex"): - self.build_requires("flex_installer/2.6.4@bincrafters/stable") + self.build_requires("flex/2.6.4") def _check_python_version(): # Check if a valid python2 is available in PATH or it will failflex