From 062b4fed10705e7fbd63fce4b6bd957bfdd42858 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 1 Nov 2021 21:30:47 +0800 Subject: [PATCH] textproc/py-restructuredtext-lint: Fix build after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7 Approved by: portmgr (blanket) --- textproc/py-restructuredtext-lint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-restructuredtext-lint/Makefile b/textproc/py-restructuredtext-lint/Makefile index 4b5e4108ac61..e26d383cf9b1 100644 --- a/textproc/py-restructuredtext-lint/Makefile +++ b/textproc/py-restructuredtext-lint/Makefile @@ -9,7 +9,7 @@ COMMENT= reStructuredText linter LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/UNLICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11<1.0:textproc/py-docutils@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.11,1<1.0,1:textproc/py-docutils@${PY_FLAVOR} USES= python USE_GITHUB= yes