From 3b77bb96a7417374b757030a1ff1fc2a0ce7dcb6 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Mon, 22 Nov 2021 18:14:48 -0600 Subject: [PATCH] Patch tzdata for ubiquity 10.0 --- helpers/make-ubiquity | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/make-ubiquity b/helpers/make-ubiquity index 4635021c..c12ac88a 100644 --- a/helpers/make-ubiquity +++ b/helpers/make-ubiquity @@ -24,6 +24,9 @@ EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu impish main universe' . ./config +#Patch python test after tzdata update. +sed 's/Canada/Bahamas/' -i ./tests/test_timezone.py + # Enable full disk encryption by default patch -p0 < $DATA/nabia_encrypt_by_default.patch -- GitLab