Skip to content

Commit 473c33e

Browse files
committedMar 20, 2025·
Fix Dependency Specifications
This patch fixes some missing dependencies in the RPM specifications which makes the service fail.
1 parent b4fcb5a commit 473c33e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/rpm/opencast-camera-control.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Requires: python3dist(prometheus-client)
2626
Requires: python3dist(python-dateutil)
2727
Requires: python3dist(requests)
2828
Requires: python3dist(setuptools)
29+
Requires: python3dist(flask)
30+
Requires: python3dist(flask-basicauth)
2931

3032
BuildRequires: systemd
3133
Requires(post): systemd

0 commit comments

Comments
 (0)
Please sign in to comment.