From 5d0d6859cda052957ba9beb5ad623a86be36781c3344489f02e721be7e394129 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 26 Nov 2021 18:52:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-server?expand=0&rev=12 --- python-python-lsp-server.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-python-lsp-server.spec b/python-python-lsp-server.spec index 5274ba5..6f95192 100644 --- a/python-python-lsp-server.spec +++ b/python-python-lsp-server.spec @@ -91,9 +91,6 @@ will be enabled: %prep %autosetup -p1 -n python-lsp-server-%{version} -# the only relevant changes from https://github.com/python-lsp/python-lsp-server/pull/94 -sed -i 's/pylint>=2.5.0,<2.10.0/pylint>=2.5.0/' setup.py -sed -i "s/open(document.path, 'w')/open(document.path, 'w', encoding='utf-8')/" test/plugins/test_pylint_lint.py %build %python_build