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:
5590cda
)
python-ply: fix circular dependency
author
Eneas U de Queiroz
<redacted>
Wed, 13 Mar 2019 16:46:08 +0000
(13:46 -0300)
committer
Eneas U de Queiroz
<redacted>
Wed, 13 Mar 2019 17:34:49 +0000
(14:34 -0300)
Removing python3 conditional DEPENDS to avoid a circular dependency.
Signed-off-by: Eneas U de Queiroz <redacted>
lang/python/python-ply/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-ply/Makefile
b/lang/python/python-ply/Makefile
index a728e15c8bf73b6ec893c76ed47523a27e5160fc..aacaf15d5d0aa8ab655b070d2a702aaf2a408012 100644
(file)
--- a/
lang/python/python-ply/Makefile
+++ b/
lang/python/python-ply/Makefile
@@
-44,7
+44,7
@@
endef
define Package/python3-ply
$(call Package/python-ply/Default)
- DEPENDS:=+
PACKAGE_python3-ply:
python3-light
+ DEPENDS:=+python3-light
VARIANT:=python3
endef
git clone https://git.99rst.org/PROJECT