Skip to content
Permalink
Browse files
Replace dbus-python by jeepney in sources
  • Loading branch information
kovidgoyal committed Jun 27, 2021
1 parent 3e2c8ef commit d630ca0674980ba104a5171413c11cb89a908fd9
Showing with 4 additions and 5 deletions.
  1. +4 −5 bypy/sources.json
@@ -597,13 +597,12 @@
},

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

0 comments on commit d630ca0

Please sign in to comment.