summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/commentjson: Future-proof against upgrade to larkMichał Górny2022-04-251-0/+39
Upstream has changed the lark-parser's package name to lark while preserving sufficient API compatibility for commentjson to continue working. Strip the dependency from setup.py to avoid dependency problems on upgrade. Signed-off-by: Michał Górny <mgorny@gentoo.org>