Browse Source

python: Do not replace old python2, just break

android-5
Fredrik Fornwall 7 years ago
parent
commit
05b9b81990
  1. 1
      packages/python/build.sh

1
packages/python/build.sh

@ -38,7 +38,6 @@ lib/python${_MAJOR_VERSION}/*/test
lib/python${_MAJOR_VERSION}/*/tests
"
TERMUX_PKG_BREAKS="python2 (<= 2.7.15)"
TERMUX_PKG_REPLACES="python2 (<= 2.7.15)"
termux_step_pre_configure() {
# Needed when building with clang, as setup.py only probes

Loading…
Cancel
Save