python-simplejson: fix circular dependency

Removing python2 conditional DEPENDS to avoid a circular dependency.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz 2019-03-13 12:05:28 -03:00
parent b882f8c9b4
commit 5590cda91b
No known key found for this signature in database
GPG key ID: 1EB043ABD7ACF202

View file

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