From 6945def7d8c1d0edfbf138fa3388c61bde5512a9 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Mon, 6 Jan 2020 17:53:09 +0100 Subject: [PATCH] routersploit: Update PYTHON_VERSIONS_INCOMPATIBLE Python 3.8.x is not supported yet. --- routersploit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routersploit/Makefile b/routersploit/Makefile index d506aa5ca8..8795647687 100644 --- a/routersploit/Makefile +++ b/routersploit/Makefile @@ -21,7 +21,8 @@ USE_LANGUAGES= # none REPLACE_PYTHON+= rsf.py -PYTHON_VERSIONS_INCOMPATIBLE= 27 +# Only for Python 3.x but still not ported to 3.8 +PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk"