Commit 7450d26b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated python to 3.7.4

parent f5dd57ee
<project name="python3">
<target name="cross-python3">
<property name="makedir" value="${builddir}/Python-3.7.3"/>
<property name="makedir" value="${builddir}/Python-3.7.4"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/python3/Python-3.7.3.tar.xz -C ${builddir}"/>
<arg line="xf packages/python3/Python-3.7.4.tar.xz -C ${builddir}"/>
</exec>
<exec executable="bash" dir="${makedir}" failonerror="true">
<arg line="-c &quot;sed -i '/def add_multiarch_paths/a \ return' setup.py&quot;"/>
......@@ -20,9 +20,9 @@
</target>
<target name="temporary-python3">
<property name="makedir" value="${builddir}/Python-3.7.3"/>
<property name="makedir" value="${builddir}/Python-3.7.4"/>
<exec executable="tar" failonerror="true">
<arg line="xf packages/python3/Python-3.7.3.tar.xz -C ${builddir}"/>
<arg line="xf packages/python3/Python-3.7.4.tar.xz -C ${builddir}"/>
</exec>
<exec executable="bash" dir="${makedir}" failonerror="true">
<arg line="-c &quot;sed -i '/def add_multiarch_paths/a \ return' setup.py&quot;"/>
......
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