git: 4e818898f6ff - main - sysutils/py-salt: unset DEPRECATED

From: Roman Bogorodskiy <novel_at_FreeBSD.org>
Date: Sat, 26 Apr 2025 11:14:44 UTC
The branch main has been updated by novel:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e818898f6ffc7f5bf13cb075c552172696e3152

commit 4e818898f6ffc7f5bf13cb075c552172696e3152
Author:     Roman Bogorodskiy <novel@FreeBSD.org>
AuthorDate: 2025-04-26 11:09:17 +0000
Commit:     Roman Bogorodskiy <novel@FreeBSD.org>
CommitDate: 2025-04-26 11:09:17 +0000

    sysutils/py-salt: unset DEPRECATED
    
    Unset DEPRECATED as net/py-libcloud is no longer deprecated.
---
 sysutils/py-salt/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 2ae6e9c65818..5e580171cd52 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -13,9 +13,6 @@ WWW=		https://pypi.org/project/salt/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expired net/py-libcloud
-EXPIRATION_DATE=2025-06-01
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}distro>=1.5.0:sysutils/py-distro@${PY_FLAVOR} \