Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-15-SP7:GA
nodejs14.18395
sle12_python3_compat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sle12_python3_compat.patch of Package nodejs14.18395
Index: node-git.4b315a551f/configure =================================================================== --- node-git.4b315a551f.orig/configure +++ node-git.4b315a551f/configure @@ -21,7 +21,7 @@ import sys from distutils.spawn import find_executable print('Node.js configure: Found Python {0}.{1}.{2}...'.format(*sys.version_info)) -acceptable_pythons = ((3, 9), (3, 8), (3, 7), (3, 6), (3, 5), (2, 7)) +acceptable_pythons = ((3, 9), (3, 8), (3, 7), (3, 6), (3, 5), (3, 4), (2, 7)) if sys.version_info[:2] in acceptable_pythons: import configure else: Index: node-git.4b315a551f/deps/npm/node_modules/node-gyp/lib/find-python.js =================================================================== --- node-git.4b315a551f.orig/deps/npm/node_modules/node-gyp/lib/find-python.js +++ node-git.4b315a551f/deps/npm/node_modules/node-gyp/lib/find-python.js @@ -18,7 +18,7 @@ PythonFinder.prototype = { log: logWithPrefix(log, 'find Python'), argsExecutable: ['-c', 'import sys; print(sys.executable);'], argsVersion: ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);'], - semverRange: '^2.6.0 || >=3.5.0', + semverRange: '^2.6.0 || >=3.4.0', // These can be overridden for testing: execFile: cp.execFile,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor