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:
parent
b882f8c9b4
commit
5590cda91b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue