diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:36:36 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:36:36 +0300 |
| commit | df99bdc291366d509669869bbf08a329cc3541a9 (patch) | |
| tree | 55e56f84d38968b2fa128488fe5a6f19c6de141e | |
| parent | c75a6f5ea1a088625d6ff02d34d09ef96c68f79a (diff) | |
net-im/hommabot: add python dep
| -rw-r--r-- | net-im/hommabot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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: |
