mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user