From: Daniele Varrazzo Date: Thu, 11 Nov 2021 21:20:38 +0000 (+0100) Subject: Update alpine linux packages before building wheels X-Git-Tag: 3.0.4~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec52f87d98b7dab971c18f5cc0a90ee2f328aaa;p=thirdparty%2Fpsycopg.git Update alpine linux packages before building wheels --- diff --git a/tools/build/wheel_linux_before_all.sh b/tools/build/wheel_linux_before_all.sh index a67024627..45164cc0c 100755 --- a/tools/build/wheel_linux_before_all.sh +++ b/tools/build/wheel_linux_before_all.sh @@ -12,6 +12,7 @@ set -x case "$ID" in alpine) # tzdata is required for datetime tests. + apk update apk add --no-cache postgresql-dev tzdata ;;