Skip to content

Commit

Permalink
devel/py-prance: Unbreak this port after 19e3341
Browse files Browse the repository at this point in the history
- Change RUN_DEPENDS from py-click to py-click7
- Bump PORTREVISION for dependency change
  • Loading branch information
sunpoet committed Nov 21, 2021
1 parent b55b5b0 commit 7b23c20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-prance/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= prance
PORTVERSION= 0.21.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down Expand Up @@ -33,7 +34,7 @@ ICU_DESC= Unicode support
OSV_DESC= Use py-openapi-spec-validator as backend
SSV_DESC= Use py-swagger-spec-validator as backend

CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.0<8:devel/py-click@${PY_FLAVOR}
CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click7>=7.0<8:devel/py-click7@${PY_FLAVOR}
FLEX_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flex>=6.13<7:devel/py-flex@${PY_FLAVOR}
ICU_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyicu>=2.4<3:devel/py-pyicu@${PY_FLAVOR}
OSV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openapi-spec-validator>=0.2.1:devel/py-openapi-spec-validator@${PY_FLAVOR}
Expand Down

0 comments on commit 7b23c20

Please sign in to comment.