From 50ce7372c6e3fea69af5e4523646949fec469acb Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sat, 26 Apr 2025 11:29:36 +0200 Subject: [PATCH] net/py-libcloud: un-deprecate Un-deprecate by removing the optinal devel/py-pytest-runner dependency. PR: 286357 Reported by: Douglas Hall --- net/py-libcloud/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index 0b9f7e55e9fe..04d945cd0385 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -13,10 +13,6 @@ WWW= https://libcloud.apache.org/ LICENSE= APACHE20 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} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} NO_ARCH= yes