pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-jwt-extended



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 13 19:25:58 UTC 2023

Modified Files:
        pkgsrc/www/py-flask-jwt-extended: Makefile

Log Message:
py-flask-jwt-extended: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-flask-jwt-extended/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-jwt-extended/Makefile
diff -u pkgsrc/www/py-flask-jwt-extended/Makefile:1.15 pkgsrc/www/py-flask-jwt-extended/Makefile:1.16
--- pkgsrc/www/py-flask-jwt-extended/Makefile:1.15      Fri Dec  1 19:13:14 2023
+++ pkgsrc/www/py-flask-jwt-extended/Makefile   Wed Dec 13 19:25:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/12/01 19:13:14 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/12/13 19:25:58 wiz Exp $
 
 DISTNAME=      Flask-JWT-Extended-4.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/vimalloc/fl
 COMMENT=       Extended JWT integration with Flask
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-JWT>=2.0:../../textproc/py-JWT
 DEPENDS+=      ${PYPKGPREFIX}-flask>=2.0:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.3.1:../../security/py-cryptography



Home | Main Index | Thread Index | Old Index