mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +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
|
fi
|
||||||
|
|
||||||
# Install prerequisite libraries
|
# Install prerequisite libraries
|
||||||
curl -k -s https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
|
yum install -y libpq-devel
|
||||||
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
|
|
||||||
|
|
||||||
# Create the wheel packages
|
# Create the wheel packages
|
||||||
for pyver in $PYVERS; do
|
for pyver in $PYVERS; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user