diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 14:45:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-01-01 14:45:16 +0000 |
commit | d0ded0a731d4b3ed4d74043a8ce06026391f42ba (patch) | |
tree | 45834f3df7237584ee2f0588edbbe6cb3142a617 | |
parent | 63eb49ac4768d6a5b5555b86b6471f98af5bfb0d (diff) |
-rw-r--r-- | www/py-flask-security/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-flask-security/Makefile b/www/py-flask-security/Makefile index 05cd8aa8afa2..37b75c77f636 100644 --- a/www/py-flask-security/Makefile +++ b/www/py-flask-security/Makefile @@ -13,6 +13,9 @@ WWW= https://github.com/mattupstate/flask-security LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expired devel/py-pytest-runner +EXPIRATION_DATE=2025-03-31 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \ |