mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 01:19:45 +03:00
Install libpq-devel from yum
This commit is contained in:
parent
68da879894
commit
f711c9e2bf
|
@ -27,11 +27,7 @@ if [[ "${PACKAGE_NAME:-}" ]]; then
|
|||
fi
|
||||
|
||||
# Install prerequisite libraries
|
||||
curl -k -s https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
||||
echo "deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main" \
|
||||
> /etc/apt/sources.list.d/pgdg.list
|
||||
apt-get -y update
|
||||
apt-get install -y libpq-dev
|
||||
yum install -y libpq-devel
|
||||
|
||||
# Create the wheel packages
|
||||
for pyver in $PYVERS; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user