Skip to content

Commit 4fdb20d

Browse files
committed
dependency correction
1 parent cabbb75 commit 4fdb20d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
maintainer: Libertech
3030
version: ${{ github.ref }} # refs/tags/v*.*.*
3131
arch: 'amd64'
32-
depends: 'python3, python3-ldap, sesame-daemon'
32+
depends: 'python3, python3-jinja2, python3-paramiko, sesame-daemon'
3333
desc: 'AD backend for sesame-daemon'
3434
homepage: 'https://github.com/Libertech-FR/sesame-backend-ad'
3535
- uses: svenstaro/upload-release-action@v2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
paramiko>=3.4.1
2-
Jinja2>=3.1.4
1+
paramiko>=3.4
2+
Jinja2>=3.1

0 commit comments

Comments
 (0)