From: Eneas U de Queiroz Date: Wed, 13 Mar 2019 15:05:28 +0000 (-0300) Subject: python-simplejson: fix circular dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5590cda91bfdb41da758e8b0144cff8b77f0f241;p=openwrt-packages.git python-simplejson: fix circular dependency Removing python2 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz --- 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