1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Install psycopg binary for psycopg3

This commit is contained in:
Josué Tille 2023-04-28 00:18:20 +02:00
parent 2a69790e03
commit 48e271f41a
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -50,6 +50,7 @@ install_source() {
source $final_path/bin/activate
set -$u_arg;
pip3 install --upgrade pip wheel
pip3 install -I --upgrade "psycopg[c]"
pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt
set +$u_arg;
deactivate