aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-04-30 06:52:06 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-04-30 06:52:06 +0000
commit7d72d6dbf0d1e50c6ea0ecc5ec0d865e6e06af27 (patch)
treea8161c494ed46e004705dcbaaf5f9d342057cfde
parent94270243dba9ce772b72772078e586e639c5f21f (diff)
downloadports-7d72d6dbf0d1e50c6ea0ecc5ec0d865e6e06af27.tar.gz
ports-7d72d6dbf0d1e50c6ea0ecc5ec0d865e6e06af27.zip
security/py-iris-webhooks-module: Fix py-requests port path in RUN_DEPENDS
Reported by: cperciva
-rw-r--r--security/py-iris-webhooks-module/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-iris-webhooks-module/Makefile b/security/py-iris-webhooks-module/Makefile
index a2e94c6dbee0..24d446884017 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