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:
8061b28
)
click-log: fix circular dependency
author
Eneas U de Queiroz
<redacted>
Wed, 13 Mar 2019 17:09:35 +0000
(14:09 -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/click-log/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/click-log/Makefile
b/lang/python/click-log/Makefile
index 652bdc56a23f028013cdc116ef8a8624a1497aba..3da043a5d95b50cb4b5e9e96a3e239a1c88f574f 100644
(file)
--- a/
lang/python/click-log/Makefile
+++ b/
lang/python/click-log/Makefile
@@
-23,7
+23,7
@@
define Package/python3-click-log
SUBMENU:=Python
URL:=http://github.com/mitsuhiko/click
TITLE:=python3-click-log
- DEPENDS:=+
PACKAGE_python3-click-log:
python3-click
+ DEPENDS:=+python3-click
VARIANT:=python3
endef
git clone https://git.99rst.org/PROJECT