Replace dbus-python by jeepney in sources

This commit is contained in:
Kovid Goyal 2021-06-24 22:14:14 +05:30
parent 3e2c8ef699
commit d630ca0674
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -597,13 +597,12 @@
}, },
{ {
"name": "dbuspython", "name": "jeepney",
"python": 2,
"os": "linux", "os": "linux",
"unix": { "unix": {
"filename": "dbus-python-1.2.16.tar.gz", "filename": "jeepney-0.6.0.tar.gz",
"hash": "sha256:11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4", "hash": "sha256:7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657",
"urls": ["https://dbus.freedesktop.org/releases/dbus-python/{filename}"] "urls": ["pypi"]
} }
}, },