git: f701efd8db6a - main - textproc/py-nbsphinx: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 13:47:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f701efd8db6a99a297068d38f577023a15087572
commit f701efd8db6a99a297068d38f577023a15087572
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:27:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 13:41:52 +0000
textproc/py-nbsphinx: Update RUN_DEPENDS after 51c8c9bdc20f2c5166fa98f9c14b1000a0f199d7
---
textproc/py-nbsphinx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/py-nbsphinx/Makefile b/textproc/py-nbsphinx/Makefile
index 289e997b1f29..48d42ae71d08 100644
--- a/textproc/py-nbsphinx/Makefile
+++ b/textproc/py-nbsphinx/Makefile
@@ -12,7 +12,7 @@ COMMENT= Jupyter Notebook Tools for Sphinx
LICENSE= MIT
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}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbconvert>=0:devel/py-nbconvert@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>=0:devel/py-nbformat@${PY_FLAVOR} \