Skip to content

Commit 03652d0

Browse files
committed
Update build dependencies and comment out package
Added pkg-config, libsecret-1-0, and libsecret-1-dev to the GitHub Actions build workflow. Commented out flet-secure-storage in pyproject.toml dependencies, possibly due to build or compatibility issues.
1 parent 05d8ec3 commit 03652d0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
gstreamer1.0-gtk3 \
7979
gstreamer1.0-qt5 \
8080
gstreamer1.0-pulseaudio
81+
pkg-config \
82+
libsecret-1-0 \
83+
libsecret-1-dev
8184
8285
sudo apt-get clean
8386

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"flet-map",
1919
"flet-permission-handler",
2020
"flet-rive",
21-
"flet-secure-storage",
21+
#"flet-secure-storage",
2222
"flet-video",
2323
"flet-webview",
2424
]

0 commit comments

Comments
 (0)