From 0f996734bdbd413f7dd8ce88d0c12227045609d1 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Fri, 15 Apr 2022 14:08:58 +0200 Subject: Drop Python 2.6 support (#2039) Signed-off-by: mayeut --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0a70739..7e998042 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ DEPS = \ PY2_DEPS = \ futures \ ipaddress \ - mock==1.0.1 \ + mock \ unittest2 DEPS += `$(PYTHON) -c \ "import sys; print('$(PY2_DEPS)' if sys.version_info[0] == 2 else '')"` -- cgit v1.2.1