Skip to content

Commit

Permalink
devel/py-taskflow: Change RUN_DEPENDS from py-jsonschema to py-jsonsc…
Browse files Browse the repository at this point in the history
…hema3

- Bump PORTREVISION for dependency change

This is needed for misc/py-cinder to avoid conflicts between py-jsonschema 3.* and 4.*.
The root cause is devel/py-warlock which does not support py-jsonschema 4.* yet.
  • Loading branch information
sunpoet committed May 22, 2022
1 parent 6ec2f39 commit b13fa07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-taskflow/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= taskflow
PORTVERSION= 4.7.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}automaton>=1.9.0:devel/py-automaton@${PY_FLA
${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0:devel/py-cachetools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fasteners>=0.17.3:devel/py-fasteners@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}futurist>=1.2.0:devel/py-futurist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2.0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema3>=3.2.0:devel/py-jsonschema3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0,1:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
Expand Down

0 comments on commit b13fa07

Please sign in to comment.