python-simplejson: fix circular dependency
authorEneas U de Queiroz <redacted>
Wed, 13 Mar 2019 15:05:28 +0000 (12:05 -0300)
committerEneas U de Queiroz <redacted>
Wed, 13 Mar 2019 17:34:49 +0000 (14:34 -0300)
Removing python2 conditional DEPENDS to avoid a circular dependency.

Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/python-simplejson/Makefile

index 3ba4a6764cf6fcfac9bbdfd0cd6536764e90be6b..11a66a117dd8c0ce12f76eae7e6dc71ffd5c3da4 100644 (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
 
git clone https://git.99rst.org/PROJECT