]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-freebsd-build
configure/cleanup: support python 3.10
[bup.git] / dev / prep-for-freebsd-build
index d9449074a945e0703ec7e20d1c8c9fbd11bd3b2b..c95e77d21faa9e96bd137fbbf9cedd3963cbca5c 100755 (executable)
@@ -16,7 +16,7 @@ pkg update
 # https://reviews.freebsd.org/D24816
 pkg install rdiff-backup || true
 
-pkgs='gmake git bash coreutils rsync curl par2cmdline readline duplicity'
+pkgs='gmake git bash rsync curl par2cmdline readline duplicity'
 pkgs="$pkgs rsnapshot"
 
 case "$pyver" in
@@ -26,7 +26,7 @@ case "$pyver" in
         pip-2.7 install --user pytest pytest-xdist
         ;;
     python3)
-        pkgs="$pkgs python37 py37-tornado py37-pytest py37-pytest-xdist"
+        pkgs="$pkgs python38 py38-tornado py38-pytest py38-pytest-xdist"
         pkg install $pkgs
         ;;
     *)