From: Daniele Varrazzo Date: Wed, 30 Mar 2022 14:53:30 +0000 (+0200) Subject: build: upgrade system packages before building psycopg-binary X-Git-Tag: 3.1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6000c4192410e72f303c95ee47e76f04cbab6ad;p=thirdparty%2Fpsycopg.git build: upgrade system packages before building psycopg-binary See #262 --- diff --git a/tools/build/wheel_linux_before_all.sh b/tools/build/wheel_linux_before_all.sh index 45164cc0c..fe29e4122 100755 --- a/tools/build/wheel_linux_before_all.sh +++ b/tools/build/wheel_linux_before_all.sh @@ -29,6 +29,7 @@ case "$ID" in > /etc/apt/trusted.gpg.d/postgresql.asc fi apt-get update + apt-get -y upgrade apt-get -y install libpq-dev ;;