pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-limiter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 20 16:18:07 UTC 2024

Modified Files:
        pkgsrc/www/py-flask-limiter: Makefile

Log Message:
py-flask-limiter: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-limiter/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-limiter/Makefile
diff -u pkgsrc/www/py-flask-limiter/Makefile:1.9 pkgsrc/www/py-flask-limiter/Makefile:1.10
--- pkgsrc/www/py-flask-limiter/Makefile:1.9    Sun Nov  5 20:20:54 2023
+++ pkgsrc/www/py-flask-limiter/Makefile        Sat Jan 20 16:18:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/11/05 20:20:54 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/01/20 16:18:06 wiz Exp $
 
 DISTNAME=      Flask-Limiter-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://flask-limiter.readthed
 COMMENT=       Rate limiting for flask applications
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-flask>=2:../../www/py-flask
 DEPENDS+=      ${PYPKGPREFIX}-ordered-set>=4:../../devel/py-ordered-set



Home | Main Index | Thread Index | Old Index