Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
libserf
libserf-python3.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libserf-python3.patch of Package libserf
From d4de5a672d8c03b82ba70c1b737926bcf078f761 Mon Sep 17 00:00:00 2001 From: Bert Huijben <rhuijben@apache.org> Date: Wed, 4 Oct 2017 14:56:22 +0000 Subject: [PATCH] Fix syntax of a print() in the scons file to unbreak building with most recent scons version. * SConstruct Use Python 3.0 valid syntax to make Scons 3.0.0 happy on both python 3.0 and 2.7. git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1811083 13f79535-47bb-0310-9956-ffa450edef68 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index e5d407b..fab9828 100644 --- a/SConstruct +++ b/SConstruct @@ -199,7 +199,7 @@ CALLOUT_OKAY = not (env.GetOption('clean') or env.GetOption('help')) unknown = opts.UnknownVariables() if unknown: - print 'Warning: Used unknown variables:', ', '.join(unknown.keys()) + print('Warning: Used unknown variables:', ', '.join(unknown.keys())) apr = str(env['APR']) apu = str(env['APU'])
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