File pytsk_20170128_remove_talloc_build.patch of Package python-tsk
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"