mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +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
|
define Package/python-simplejson
|
||||||
$(call Package/python-simplejson/Default)
|
$(call Package/python-simplejson/Default)
|
||||||
TITLE:=Simple, fast, extensible JSON encoder/decoder for Python 2
|
TITLE:=Simple, fast, extensible JSON encoder/decoder for Python 2
|
||||||
DEPENDS:=+PACKAGE_python-simplejson:python-light
|
DEPENDS:=+python-light
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user