aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:47:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:52 +0000
commite16237b595d30c7934e60806c4392b526bf7844c (patch)
tree97aff571322e4ac9252f464cf19df0b38b81451d
parent4e7da8fdeabc9026f2b01875ac308a02efbc7615 (diff)
downloadports-e16237b595d30c7934e60806c4392b526bf7844c.tar.gz
ports-e16237b595d30c7934e60806c4392b526bf7844c.zip
devel/py-mystic: Update version requirement of RUN_DEPENDS
-rw-r--r--devel/py-mystic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-mystic/Makefile b/devel/py-mystic/Makefile
index 4088ca214f21..d0fb93fefc2f 100644
--- a/devel/py-mystic/Makefile
+++ b/devel/py-mystic/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.7:devel/py-dill@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dill>=0.3.8:devel/py-dill@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}klepto>=0.2.5:devel/py-klepto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mpmath>=0.19:math/py-mpmath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.0,1:math/py-numpy@${PY_FLAVOR} \