From 124b0d69aba8ffa8bb071114163ce18edc06d2e4 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Apr 10 2024 16:01:09 +0000 Subject: lark-parser was renamed to lark, allow both lark was packaged in Fedora 39+ It has a compatibility shim to provide python3dist(lark-parser) but we want to get rid of it eventually. --- diff --git a/license-validate.spec b/license-validate.spec index 8c29822..8ddb74a 100644 --- a/license-validate.spec +++ b/license-validate.spec @@ -20,8 +20,8 @@ BuildRequires: asciidoc BuildRequires: libxslt # for test -BuildRequires: python3dist(lark-parser) -Requires: python3dist(lark-parser) +BuildRequires: (python3dist(lark) or python3dist(lark-parser)) +Requires: (python3dist(lark) or python3dist(lark-parser)) %description