make_mirror.sh: workaround python being uninstallable since August 03 2020, see Debian bug #968217

pull/1/head
parent 6af42fafe9
commit e2ee5b1e84
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -237,7 +237,7 @@ END
| grep-dctrl --no-field-names --show-field=Package --exact-match \
\( --field=Essential yes --or --field=Priority required \
--or --field=Priority important --or --field=Priority standard \
--or --field=Package build-essential \) )
--or --field=Package build-essential \) --and --not --field Package python )
pkgs="$(echo $pkgs) build-essential busybox gpg"

Loading…
Cancel
Save