Skip to content

Commit

Permalink
www/py-fastapi-users: Fix makefun dep version
Browse files Browse the repository at this point in the history
PR:		266972
  • Loading branch information
mekanix authored and nunotexbsd committed Oct 12, 2022
1 parent 375881c commit addedd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/py-fastapi-users/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fastapi-users
DISTVERSION= 10.1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}email-validator>=1.1.0,<1.4:mail/py-email-validator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fastapi>=0.65.2:www/py-fastapi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<1.16:devel/py-makefun@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<2.0:devel/py-makefun@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.1.0:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.5:www/py-python-multipart@${PY_FLAVOR}
Expand Down

0 comments on commit addedd0

Please sign in to comment.