#36 lark-parser was renamed to lark, allow both
Merged a month ago by msuchy. Opened a month ago by churchyard.
copr/ churchyard/license-validate lark  into  main

file modified
+2 -2
@@ -20,8 +20,8 @@ 

  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

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.

There are more ways of doing this, if you prefer an %if, let me know.

Pull-Request has been merged by msuchy

a month ago
Metadata