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