aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2021-10-14 05:45:47 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2021-10-14 05:55:23 +0000
commit095dfee365dc75c9cb4364c6942ece9190825814 (patch)
treef76d2b3fedb9e4ab4a27208214f85f8cc3667904
parent55726eee3dbc4bfa809cd46b2c1a3c202226d05a (diff)
downloadports-095dfee365dc75c9cb4364c6942ece9190825814.tar.gz
ports-095dfee365dc75c9cb4364c6942ece9190825814.zip
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
-rw-r--r--textproc/py-python-lsp-server/Makefile2
1 files changed, 1 insertions, 1 deletions
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} \