mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -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",
|
||||
"logbook",
|
||||
"peewee",
|
||||
"dbus-python",
|
||||
"pydbus",
|
||||
"janus",
|
||||
"prompt_toolkit",
|
||||
"typing;python_version<'3.5'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue