]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
deb: drop unnecessary python3 patch
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 27 Feb 2018 17:08:00 +0000 (18:08 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 27 Feb 2018 17:08:39 +0000 (18:08 +0100)
distro/deb/debian/patches/0003-look-for-modules-in-python3.patch [deleted file]
distro/deb/debian/patches/series

diff --git a/distro/deb/debian/patches/0003-look-for-modules-in-python3.patch b/distro/deb/debian/patches/0003-look-for-modules-in-python3.patch
deleted file mode 100644 (file)
index a7ee397..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-Date: Sat, 17 Feb 2018 18:41:56 -0500
-Subject: look for modules in python3
-
-When building, we want to make sure we use python3 where possible, not
-python 2.7. This is what the executable is named in debian.
----
- platform.mk | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: knot-resolver/platform.mk
-===================================================================
---- knot-resolver.orig/platform.mk
-+++ knot-resolver/platform.mk
-@@ -200,7 +200,7 @@ endef
- # Find Python package
- define find_pythonpkg
--      HAS_$(1) := $(shell python -c "import $(1)" > /dev/null 2>&1 && echo yes || echo no)
-+      HAS_$(1) := $(shell python3 -c "import $(1)" > /dev/null 2>&1 && echo yes || echo no)
- endef
- define find_soname
index 80d7dcbe80fb3a49318aeb392a0c321f342d1731..e1032653c418d0cf7a497de04b4c84ca0942c412 100644 (file)
@@ -1,3 +1,2 @@
 0001-avoid-shipping-duplicate-root.hints-and-icann-ca.pem.patch
 0002-Update-documentation-of-keyfile-ro.patch
-0003-look-for-modules-in-python3.patch