From a82cb168eb3080f5192412771fe0dfa45268add5 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 31 Jan 2022 20:55:46 +0100 Subject: [PATCH] The python examples don't need building. So they can be removed from the examples Makefile. --- examples/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index cdae536..3f20191 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,9 +25,6 @@ EXAMPLES= async-curl \ pgsql \ pgsql-sync \ pipe_task \ - python-async \ - python-echo \ - python-pgsql \ sse \ tasks \ tls-proxy \