routersploit: Update PYTHON_VERSIONS_INCOMPATIBLE

Python 3.8.x is not supported yet.
This commit is contained in:
Leonardo Taccari 2020-01-06 17:53:09 +01:00
parent 27f961ad15
commit 6945def7d8
1 changed files with 2 additions and 1 deletions

View File

@ -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"