From fc196c79672a29048023c3900f9fd8a41ab8d92d Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 15 Mar 2021 17:33:47 +0100 Subject: [PATCH] setup: add comment to remove dependency Signed-off-by: Alessandro Comodi --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index d1388b58..61f4749b 100644 --- a/setup.py +++ b/setup.py @@ -28,6 +28,8 @@ setuptools.setup( 'fasm', 'intervaltree', 'numpy', + # FIXME: remove dependency once https://github.com/SymbiFlow/prjxray/issues/1624 + # is fixed 'pyjson5', 'pyyaml', 'simplejson',