python-ply: 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 13:46:08 -03:00
parent 5590cda91b
commit 1bf60e9b58
No known key found for this signature in database
GPG key ID: 1EB043ABD7ACF202

View file

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