Skip to content

Commit

Permalink
Update dbus module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gasinvein committed Jul 6, 2021
1 parent 8c7bf3f commit d423453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ E.g. when a RegisterGame() call is received from a GameMode client, it switches
* [Tuned](https://github.com/redhat-performance/tuned), obviously
* Python 3, with modules
* PyGObject
* pydbus
* dbus
* psutil
* pyxdg

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('tunedmode')
pymod = import('python')
python = pymod.find_installation('python3', modules: [
'gi',
'pydbus',
'dbus',
'psutil',
'xdg'
])
Expand Down

0 comments on commit d423453

Please sign in to comment.