From 7d72d6dbf0d1e50c6ea0ecc5ec0d865e6e06af27 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sun, 30 Apr 2023 01:52:06 -0500 Subject: [PATCH] security/py-iris-webhooks-module: Fix py-requests port path in RUN_DEPENDS Reported by: cperciva --- security/py-iris-webhooks-module/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-iris-webhooks-module/Makefile b/security/py-iris-webhooks-module/Makefile index a2e94c6dbee09..24d4468840178 100644 --- a/security/py-iris-webhooks-module/Makefile +++ b/security/py-iris-webhooks-module/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/dfir-iris/iris-webhooks-module LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:devel/py-requests@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}iris-module-interface>0:security/py-iris-module-interface@${PY_FLAVOR} USE_GITHUB= yes