1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 03:13:54 +02:00

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>
This commit is contained in:
Eneas U de Queiroz 2019-03-13 14:09:35 -03:00
parent 8061b28ea0
commit 9429b83840
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202

View File

@ -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