Skip to content

Commit

Permalink
www/py-flask-cors: Unbreak and chase flask update
Browse files Browse the repository at this point in the history
Approved by:	portmgr blanket
  • Loading branch information
wenheping committed Nov 30, 2023
1 parent 3218624 commit cade789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/py-flask-cors/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Flask-Cors
PORTVERSION= 3.0.8
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +12,7 @@ WWW= https://github.com/corydolphin/flask-cors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.9:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}

Expand Down

0 comments on commit cade789

Please sign in to comment.