Compare commits

...

2 Commits

Author SHA1 Message Date
Guillaume Baffoin c7a9ae1f86 wip: pre-commit-hook failed
gitea/petale/pipeline/head This commit looks good Details
2023-08-22 17:08:46 +02:00
Guillaume Baffoin 7382c9f615 debian: add a dependancy on service authentic2-multitenant (#75460)
gitea/petale/pipeline/head There was a failure building this commit Details
2023-08-22 16:37:44 +02:00
2 changed files with 4 additions and 1 deletions

3
debian/control vendored
View File

@ -22,7 +22,8 @@ Description: Simple key value datastore
Package: petale
Architecture: all
Depends: python3-petale (= ${binary:Version}),
Depends: authentic2-multitenant,
python3-petale (= ${binary:Version}),
python3-psycopg2,
uwsgi,
uwsgi-plugin-python3,

View File

@ -19,6 +19,8 @@ RuntimeDirectory=petale
Type=notify
NotifyAccess=all
RestartSec=1min
After=authentic2-multitenant.service
BindsTo=authentic2-multitenant.service
[Install]
WantedBy=multi-user.target