Skip to content

Commit

Permalink
www/py-flask-wtf: chase flask update
Browse files Browse the repository at this point in the history
- change dependent package name

PR:		275425
Reported by:	sirdice@gmail.com
  • Loading branch information
mexicarne committed Nov 29, 2023
1 parent 966da94 commit 0030b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/py-flask-wtf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Flask-WTF
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PY_SETUPTOOLS}

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR}

Expand Down

0 comments on commit 0030b56

Please sign in to comment.