1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix requirement issues

This commit is contained in:
Josué Tille 2024-03-06 23:54:16 +01:00
parent 5314ab76cb
commit 3014a2d97d
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5
3 changed files with 3 additions and 4 deletions

View file

@ -4,8 +4,8 @@ set -eu
source auto_update_config.sh
readonly debian_version_name_1="bookworm"
readonly debian_version_name_2="bullseye"
readonly debian_version_name_1=bullseye
readonly debian_version_name_2=bookworm
get_from_manifest() {
result=$(python3 <<EOL

View file

@ -29,7 +29,6 @@ netaddr==1.2.1
packaging==23.2
phonenumbers==8.13.31
pillow==10.2.0
pkg_resources==0.0.0
prometheus_client==0.20.0
psycopg2==2.9.9
pyasn1==0.5.1
@ -50,7 +49,6 @@ setuptools-rust==1.9.0
signedjson==1.1.4
six==1.16.0
sortedcontainers==2.4.0
tomli==2.0.1
treq==23.11.0
Twisted==24.3.0
typing_extensions==4.10.0

View file

@ -49,6 +49,7 @@ setuptools-rust==1.9.0
signedjson==1.1.4
six==1.16.0
sortedcontainers==2.4.0
tomli==2.0.1
treq==23.11.0
Twisted==24.3.0
typing_extensions==4.10.0