diff --git a/debian/control b/debian/control index 3d827fb..ebfaee6 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ X-Python3-Version: >= 3.4 Package: qubes-manager Architecture: any Depends: - python3-qubesadmin, + python3-qubesadmin (>= 4.1.8), python3-pyqt5, python3-pyinotify, python3-qasync, diff --git a/rpm_spec/qmgr.spec.in b/rpm_spec/qmgr.spec.in index 1d02d84..a535ae3 100644 --- a/rpm_spec/qmgr.spec.in +++ b/rpm_spec/qmgr.spec.in @@ -10,7 +10,7 @@ URL: https://www.qubes-os.org Requires: python%{python3_pkgversion} Requires: python%{python3_pkgversion}-PyQt5 Requires: python%{python3_pkgversion}-inotify -Requires: python%{python3_pkgversion}-qubesadmin >= 4.1.1 +Requires: python%{python3_pkgversion}-qubesadmin >= 4.1.8 Requires: python%{python3_pkgversion}-qasync Requires: qubes-desktop-linux-common >= 4.1.2 Requires: qubes-artwork