Skip to content

Commit

Permalink
security/py-iris-webhooks-module: Fix py-requests port path in RUN_DE…
Browse files Browse the repository at this point in the history
…PENDS

Reported by:	cperciva
  • Loading branch information
alonsobsd committed Apr 30, 2023
1 parent 9427024 commit 7d72d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/py-iris-webhooks-module/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 7d72d6d

Please sign in to comment.