1
0
python-apprise/fix-test_plugin_glib.patch
Matej Cepl b659ccc6aa Accepting request 1146545 from home:smolsheep:upgrades
This package is required for the current version of Borgmatic, which I updated. I would like to maintain in the python devel project as well as in Factory.

OBS-URL: https://build.opensuse.org/request/show/1146545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=1
2024-02-15 09:09:24 +00:00

11 lines
190 B
Diff

--- a/test/test_plugin_glib.py
+++ b/test/test_plugin_glib.py
@@ -31,6 +31,7 @@
import re
import sys
import types
+import dbus
from unittest.mock import Mock, call, ANY
import pytest