]> arthur.barton.de Git - bup.git/commit
Depend on python 3 for utime when using 3
authorRob Browning <rlb@defaultvalue.org>
Tue, 24 Nov 2020 00:21:00 +0000 (18:21 -0600)
committerRob Browning <rlb@defaultvalue.org>
Tue, 24 Nov 2020 21:29:43 +0000 (15:29 -0600)
commitae876c28baa5159ec9db259204cc3ffa23b2e25c
tree951e2a3a0e29acb0c258bc67811d542e1ed038f7
parentb7d094edf89cd34c14344cc37e413b4a1d6d64be
Depend on python 3 for utime when using 3

Since python 3.3+ now claims to implement what we need (follow
symlinks, ns resolution), rely on it for utime when possible in
preference to our own C code in _helpers.

This should fix new failures on macos due to changes to the
availability of utimensat, etc.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
config/configure
lib/bup/_helpers.c
lib/bup/xstat.py