Skip to content

Commit

Permalink
Add 'xdg' python module to dependencies
Browse files Browse the repository at this point in the history
Both to packages and to CI.

Fixes: 79ccbff "Unify qubes-os XDG config directory"
  • Loading branch information
marmarek committed Nov 14, 2024
1 parent 62452aa commit d33d306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
checks:pylint:
before_script:
- sudo dnf install -y python3-pip
- sudo dnf install -y python3-pip python3-pyxdg
- pip3 install --quiet -r ci/requirements.txt
script:
- PYTHONPATH="test-packages:$PYTHONPATH" python3 -m pylint qubesmanager
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Depends:
python3-pyqt6,
python3-pyinotify,
python3-qasync,
python3-xdg,
qubes-desktop-linux-common,
qubes-artwork,
pmount,
Expand Down
1 change: 1 addition & 0 deletions rpm_spec/qmgr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Requires: python%{python3_pkgversion}-pyqt6
Requires: python%{python3_pkgversion}-inotify
Requires: python%{python3_pkgversion}-qubesadmin >= 4.3.0
Requires: python%{python3_pkgversion}-qasync
Requires: python%{python3_pkgversion}-pyxdg
Requires: qubes-desktop-linux-common >= 4.1.2
Requires: qubes-artwork
Requires: pmount
Expand Down

0 comments on commit d33d306

Please sign in to comment.