From 5590cda91bfdb41da758e8b0144cff8b77f0f241 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 13 Mar 2019 12:05:28 -0300 Subject: [PATCH] python-simplejson: fix circular dependency Removing python2 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz --- lang/python/python-simplejson/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-simplejson/Makefile b/lang/python/python-simplejson/Makefile index 3ba4a6764..11a66a117 100644 --- a/lang/python/python-simplejson/Makefile +++ b/lang/python/python-simplejson/Makefile @@ -34,7 +34,7 @@ endef define Package/python-simplejson $(call Package/python-simplejson/Default) TITLE:=Simple, fast, extensible JSON encoder/decoder for Python 2 - DEPENDS:=+PACKAGE_python-simplejson:python-light + DEPENDS:=+python-light VARIANT:=python endef