git: 095dfee365dc - main - textproc/py-python-lsp-server: Fix to use flake8 v4 again

From: Rainer Hurling <rhurlin_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 05:55:34 UTC
The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=095dfee365dc75c9cb4364c6942ece9190825814

commit 095dfee365dc75c9cb4364c6942ece9190825814
Author:     Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2021-10-14 05:45:47 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-10-14 05:55:23 +0000

    textproc/py-python-lsp-server: Fix to use flake8 v4 again
    
    According to 'make test' flake8 >= v4.0.0 can be used without errors.
    
    Reported by:    pkg-fallout
---
 textproc/py-python-lsp-server/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile
index 3842deedf047..bcf1d2de4b86 100644
--- a/textproc/py-python-lsp-server/Makefile
+++ b/textproc/py-python-lsp-server/Makefile
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}flake8>0,<4:devel/py-flake8@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mccabe>0:devel/py-mccabe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \