Update to be compatible with Sleuthkit 4.4 OBS-URL: https://build.opensuse.org/request/show/477360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tsk?expand=0&rev=5
14 lines
524 B
Diff
14 lines
524 B
Diff
Index: pytsk3-20170128/setup.py
|
|
===================================================================
|
|
--- pytsk3-20170128.orig/setup.py
|
|
+++ pytsk3-20170128/setup.py
|
|
@@ -340,7 +340,7 @@ class ProjectBuilder(object):
|
|
|
|
# The sources to build.
|
|
self._source_files = ["class.c", "error.c", "tsk3.c",
|
|
- "pytsk3.c", "talloc/talloc.c"]
|
|
+ "pytsk3.c"]
|
|
|
|
# Path to the top of the unpacked sleuthkit sources.
|
|
self._sleuthkit_path = "sleuthkit"
|