Commit b0526787 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Python 2 is deprecated - we should use Python 3 instead

parent 6f0bfec7
......@@ -4,6 +4,7 @@ all:
cd serf-1.3.9 && sed -i "/Default/s:lib_static,::" SConstruct
cd serf-1.3.9 && sed -i "/Alias/s:install_static,::" SConstruct
cd serf-1.3.9 && sed -i "/ print/{s/print/print(/; s/$$/)/}" SConstruct
cd serf-1.3.9 && sed -i "/get_contents()/s/,/.decode()&/" SConstruct
cd serf-1.3.9 && scons PREFIX=/usr
# cd serf-1.3.9 && scons check
cd serf-1.3.9 && scons PREFIX=/usr install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment