git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b882f8c
)
python-simplejson: fix circular dependency
author
Eneas U de Queiroz
<redacted>
Wed, 13 Mar 2019 15:05:28 +0000
(12:05 -0300)
committer
Eneas 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
patch
|
blob
|
history
diff --git
a/lang/python/python-simplejson/Makefile
b/lang/python/python-simplejson/Makefile
index 3ba4a6764cf6fcfac9bbdfd0cd6536764e90be6b..11a66a117dd8c0ce12f76eae7e6dc71ffd5c3da4 100644
(file)
--- a/
lang/python/python-simplejson/Makefile
+++ b/
lang/python/python-simplejson/Makefile
@@
-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