Package: kmc / 3.2.4+dfsg-1

disable-python-bindings.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: disable python3 bindings for the moment
 In a second time, this patch might be removed to take advantage of the newer
 python3 bindings coming with kmc 3, but let's disable them for the moment.
Author: Étienne Mollier <etienne.mollier@mailoo.org>
Forwarded: not-needed
Last-Update: 2020-12-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: kmc kmc_dump kmc_tools py_kmc_api libkmc.a
+all: kmc kmc_dump kmc_tools libkmc.a
 
 dummy := $(shell git submodule update --init --recursive)