Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 6 years ago
parent
commit
5590cda91b
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python-simplejson/Makefile

+ 1
- 1
lang/python/python-simplejson/Makefile 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


Loading…
Cancel
Save