From 1526bcc8c31b3e5624f12694a1582278fcc4a771 Mon Sep 17 00:00:00 2001 From: fbmrk Date: Fri, 21 Jul 2017 11:54:07 +0200 Subject: [PATCH] target: mbedos5: fix requirements.txt (#1933) tools/generate_pins.py does not work with 2.18 version of pycparser JerryScript-DCO-1.0-Signed-off-by: Marko Fabo mfabo@inf.u-szeged.hu --- targets/mbedos5/tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/mbedos5/tools/requirements.txt b/targets/mbedos5/tools/requirements.txt index 54b167dc1..8a5573694 100644 --- a/targets/mbedos5/tools/requirements.txt +++ b/targets/mbedos5/tools/requirements.txt @@ -1,3 +1,3 @@ -pycparser +pycparser<=2.17 # generate_pins.py does not work with 2.18 version simpleeval pycparserext