Skip to content

Commit 32df33c

Browse files
pkg,rpm: updated ui pyqt6 dependency package
In ff05d94 python311-PyQt6 was added as dependency, to help users install some needed dependencies automatically on old versions of Tumbleweed. However on new versions, it also install this package, which is not the default python3 version. Besides, python3-qt6 exists as dependency on latest versions. So let's use again python3-qt6 for SuSe. If someone wants to install the GUI on older versions of Tumbleweed (~2024-2025), they'll need to install PyQt6 via pip. Closes: #1576
1 parent f79bde1 commit 32df33c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/packaging/ui/rpm/opensnitch-ui.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BuildArch: noarch
2020
Vendor: OpenSnitch project
2121
Packager: Gustavo Iñiguez Goya <gooffy1@gmail.com>
2222
Url: https://github.com/evilsocket/opensnitch
23-
Requires: python3, python3-pip, (netcfg or setup), (python3-pyinotify or python3-inotify), (python3-qt6 or python3-pyqt6 or python311-PyQt6)
23+
Requires: python3, python3-pip, (netcfg or setup), (python3-pyinotify or python3-inotify), (python3-qt6 or python3-pyqt6)
2424
Recommends: (python3-slugify or python3-python-slugify), python3-notify2, python3-protobuf >= 3.0, python3-grpcio >= 1.10.0, (qgnomeplatform-qt6 or QGnomePlatform-qt6), (python3-packaging or python-rpm-packaging), qt6-sql-sqlite
2525

2626
# avoid to depend on a particular python version

0 commit comments

Comments
 (0)