- Add provides/obsoletes on bzr as we are the py3 variant and provide the same binaries - Add patch to fix borked test import fix-tests.patch OBS-URL: https://build.opensuse.org/request/show/790095 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/breezy?expand=0&rev=3
14 lines
444 B
Diff
14 lines
444 B
Diff
Index: breezy-3.0.2/breezy/plugins/fastimport/tests/test_head_tracking.py
|
|
===================================================================
|
|
--- breezy-3.0.2.orig/breezy/plugins/fastimport/tests/test_head_tracking.py
|
|
+++ breezy-3.0.2/breezy/plugins/fastimport/tests/test_head_tracking.py
|
|
@@ -26,7 +26,7 @@ from fastimport import (
|
|
|
|
import testtools
|
|
|
|
-from .reftracker import (
|
|
+from fastimport.reftracker import (
|
|
RefTracker,
|
|
)
|
|
|