From 269c0e836c25d34b29eba697ea541060d03975e8 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 6 Apr 2022 09:11:21 +0300 Subject: [PATCH] python3-antlr4-runtime: use correct recipe name Pick-to: 6.3 6.2 Change-Id: Ied805f6349eaaaa2bdff82712a5b24ca8817e02f Reviewed-by: Mikko Gronoff --- ...-antrl4-runtime_4.9.2.bb => python3-antlr4-runtime_4.9.2.bb} | 0 recipes-devtools/python/python3-qface_2.0.4.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-antrl4-runtime_4.9.2.bb => python3-antlr4-runtime_4.9.2.bb} (100%) diff --git a/recipes-devtools/python/python3-antrl4-runtime_4.9.2.bb b/recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb similarity index 100% rename from recipes-devtools/python/python3-antrl4-runtime_4.9.2.bb rename to recipes-devtools/python/python3-antlr4-runtime_4.9.2.bb diff --git a/recipes-devtools/python/python3-qface_2.0.4.bb b/recipes-devtools/python/python3-qface_2.0.4.bb index db1a3c8..9da0575 100644 --- a/recipes-devtools/python/python3-qface_2.0.4.bb +++ b/recipes-devtools/python/python3-qface_2.0.4.bb @@ -6,7 +6,7 @@ DEPS += " python3-jinja2 \ python3-pytest \ python3-six \ python3-path \ - python3-antrl4-runtime \ + python3-antlr4-runtime \ python3-watchdog \ python3-markupsafe \ python3-setuptools \