mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-26 00:05:25 -04:00
setup.py: Depend on pydbus instead of python-dbus.
This commit is contained in:
parent
42450b51c7
commit
d5e447ce3d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ setup(
|
||||||
"keyring",
|
"keyring",
|
||||||
"logbook",
|
"logbook",
|
||||||
"peewee",
|
"peewee",
|
||||||
"dbus-python",
|
"pydbus",
|
||||||
"janus",
|
"janus",
|
||||||
"prompt_toolkit",
|
"prompt_toolkit",
|
||||||
"typing;python_version<'3.5'",
|
"typing;python_version<'3.5'",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue