Skip to content

Commit

Permalink
devel/py-warlock: Fix build after a06fe6e
Browse files Browse the repository at this point in the history
- Change RUN_DEPENDS from py-jsonschema to py-jsonschema3
- Bump PORTREVISION for dependency change
  • Loading branch information
sunpoet committed Nov 1, 2021
1 parent a302e37 commit d29430d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-warlock/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= warlock
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,7 +13,7 @@ COMMENT= Python object model built on JSON schema and JSON patch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=0.7<4:devel/py-jsonschema@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema3>=0.7<4:devel/py-jsonschema3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonpatch>=0.10<2:devel/py-jsonpatch@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

Expand Down

0 comments on commit d29430d

Please sign in to comment.