1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

security/py-iris-webhooks-module: Fix py-requests port path in RUN_DEPENDS

Reported by:	cperciva
This commit is contained in:
Jose Alonso Cardenas Marquez 2023-04-30 01:52:06 -05:00
parent 94270243db
commit 7d72d6dbf0

View File

@ -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