svn commit: r522513 - head/devel/py-taskflow
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jan 9 17:53:00 UTC 2020
Author: sunpoet
Date: Thu Jan 9 17:52:59 2020
New Revision: 522513
URL: https://svnweb.freebsd.org/changeset/ports/522513
Log:
Update RUN_DEPENDS
Modified:
head/devel/py-taskflow/Makefile
Modified: head/devel/py-taskflow/Makefile
==============================================================================
--- head/devel/py-taskflow/Makefile Thu Jan 9 17:52:54 2020 (r522512)
+++ head/devel/py-taskflow/Makefile Thu Jan 9 17:52:59 2020 (r522513)
@@ -38,11 +38,11 @@ NO_ARCH= yes
.if ${PYTHON_REL} < 3000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0.4.0:devel/py-contextlib2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0<2.3:math/py-networkx@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0,1<2.3,1:math/py-networkx@${PY_FLAVOR}
.endif
.if ${PYTHON_REL} >= 3400
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0:math/py-networkx@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0,1:math/py-networkx@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list