Browse Source
click-log: fix circular dependency
Removing python3 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
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|