git: f2a71ec1d7f6 - main - devel/py-flit: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 21:29:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2a71ec1d7f681dbfb2162b7e2f6e5346da3cfdb commit f2a71ec1d7f681dbfb2162b7e2f6e5346da3cfdb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 21:18:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 21:28:44 +0000 devel/py-flit: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 --- devel/py-flit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-flit/Makefile b/devel/py-flit/Makefile index 1cbc213ed462..98514c590697 100644 --- a/devel/py-flit/Makefile +++ b/devel/py-flit/Makefile @@ -13,7 +13,7 @@ COMMENT= Simple packaging tool for simple packages LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flit-core>=${PORTVERSION}:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tomli>=0:textproc/py-tomli@${PY_FLAVOR} \