diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2023-11-04 15:53:13 +0100 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2023-11-04 15:59:39 +0100 |
commit | a721b47305eac2d636edea8102581fa9d9cc10c8 (patch) | |
tree | a237902c4bf2b6658ab79b604ffe781ead90f2b7 /textproc/py-python-lsp-jsonrpc | |
parent | security/nextcloud-twofactor_nextcloud_notification: Update to 3.8.0 (diff) |
textproc/py-python-lsp-jsonrpc: Remove run_depends
It turned out that some runtime dependencies are not necessary. These
were probably relics from the search for necessary dependencies for the
test target. Thanks to John Hein for the hint.
PR: 274906
MFH: 2023Q4
Diffstat (limited to 'textproc/py-python-lsp-jsonrpc')
-rw-r--r-- | textproc/py-python-lsp-jsonrpc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-python-lsp-jsonrpc/Makefile b/textproc/py-python-lsp-jsonrpc/Makefile index a7f2a9485697..9f81ec431269 100644 --- a/textproc/py-python-lsp-jsonrpc/Makefile +++ b/textproc/py-python-lsp-jsonrpc/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-lsp-jsonrpc PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/pycoverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/pyflakes@${PY_FLAVOR} \ |