git: 133d6738b973 - main - sysutils/py-ansible-core: remove erroneous deprecation notice

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Thu, 07 Jul 2022 19:22:07 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=133d6738b973567b7450dd27687aa4ed7151efee

commit 133d6738b973567b7450dd27687aa4ed7151efee
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-07-07 19:21:38 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-07-07 19:21:38 +0000

    sysutils/py-ansible-core: remove erroneous deprecation notice
    
    Reported by:    0mp
    Pointy hat:     rene
---
 sysutils/py-ansible-core/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sysutils/py-ansible-core/Makefile b/sysutils/py-ansible-core/Makefile
index 2408068b89c3..f809b960b93e 100644
--- a/sysutils/py-ansible-core/Makefile
+++ b/sysutils/py-ansible-core/Makefile
@@ -10,9 +10,6 @@ COMMENT=	Radically simple IT automation
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Depends on expired security/py-pycrypto
-EXPIRATION_DATE=2022-09-30
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>3.0.0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \