Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
gn
subprocess-python36.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File subprocess-python36.patch of Package gn
diff --git a/build/gen.py b/build/gen.py index 6f3652ee..eface2bd 100755 --- a/build/gen.py +++ b/build/gen.py @@ -235,8 +235,8 @@ def is_gcc(cxx): f'{cxx} -dM -E -', shell=True, stdin=subprocess.DEVNULL, - text=True, - capture_output=True) + stdout=subprocess.PIPE, + universal_newlines=True) return ret.returncode == 0 and "#define __GNUC__" in ret.stdout and not "#define __clang__" in ret.stdout
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