Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30B9284F82 for ; Wed, 13 Dec 2023 19:25:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VYmFDT3JFtCJ for ; Wed, 13 Dec 2023 19:25:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 822B584CD0 for ; Wed, 13 Dec 2023 19:25:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FB29FA42; Wed, 13 Dec 2023 19:25:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702495558225010" MIME-Version: 1.0 Date: Wed, 13 Dec 2023 19:25:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-flask-jwt-extended To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231213192558.7FB29FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702495558225010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1702495558225010 Content-Disposition: inline Content-Length: 899 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1702495558225010--