From df99bdc291366d509669869bbf08a329cc3541a9 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 25 Jul 2026 12:36:36 +0300 Subject: net-im/hommabot: add python dep --- net-im/hommabot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-im') diff --git a/net-im/hommabot/Makefile b/net-im/hommabot/Makefile index ee527c5..a29f5d9 100644 --- a/net-im/hommabot/Makefile +++ b/net-im/hommabot/Makefile @@ -15,7 +15,8 @@ GH_TAGNAME= f7e272ab8726ed6a205b46d6723cc91aa9d63be1 NO_CHECKSUM= yes -USES= nodejs:24,build,run \ +USES= python:build \ + nodejs:24,build,run \ npm:npm,fetch,extract,build NPM_PREFETCH= yes @@ -29,7 +30,7 @@ STAGE_APPDIR= ${STAGEDIR}${APPDIR} do-build: cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} \ + ${SETENV} ${MAKE_ENV} npm_config_python=${PYTHON_CMD} \ ${NPM_REBUILD_CMD} ${NPM_REBUILD_FLAGS} do-install: -- cgit v1.3