From 75bdbf9d6eb2ace4b65fbea1cedd9aa4f34acf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 25 Jun 2021 06:55:18 +0200 Subject: [PATCH] dev-python/commentjson: Remove lark-parser pin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/commentjson/commentjson-0.9.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild index b64b47221b1b8..51fdc6a6b383d 100644 --- a/dev-python/commentjson/commentjson-0.9.0.ebuild +++ b/dev-python/commentjson/commentjson-0.9.0.ebuild @@ -26,3 +26,9 @@ BDEPEND=" )" distutils_enable_tests unittest + +src_prepare() { + # remove unnecessary version bind + sed -i -e '/lark-parser/s:,<0.8.0::' setup.py || die + distutils-r1_src_prepare +}