From a31b58eeeaaf67f2d2eaaf676dee60c427278cae Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Tue, 5 May 2020 22:59:26 +0200 Subject: [PATCH] add one more alternative to python requirements: python-dev --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 98092f11..df1434a0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -307,7 +307,7 @@ test_python: else test_python: - @echo "[-] You seem to need to install the package python3-dev or python2-dev (and perhaps python[23]-apt), but it is optional so we continue" + @echo "[-] You seem to need to install the package python3-dev, python2-dev or python-dev (and perhaps python[23]-apt), but it is optional so we continue" endif