commit: 75bdbf9d6eb2ace4b65fbea1cedd9aa4f34acf87
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 04:55:18 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 06:53:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bdbf9d
dev-python/commentjson: Remove lark-parser pin
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 b64b47221b1..51fdc6a6b38 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
+}