Skip to content

Commit

Permalink
www/node: Allow building with py3.10
Browse files Browse the repository at this point in the history
The node18 configure script includes:
	Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6.
  • Loading branch information
assistcontrol committed Jun 3, 2022
1 parent 7fe555a commit b4e79e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BROKEN_SSL= libressl libressl-devel
BROKEN_SSL_REASON= Node.js 17.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le

USES= compiler:c++11-lib gmake python:3.6-3.9,build pkgconfig \
USES= compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \
localbase shebangfix

OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE
Expand Down

0 comments on commit b4e79e9

Please sign in to comment.