From: Eneas U de Queiroz Date: Wed, 13 Mar 2019 16:46:08 +0000 (-0300) Subject: python-ply: fix circular dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1bf60e9b58199a22028ee4670459ca0cbe252d32;p=openwrt-packages.git python-ply: fix circular dependency Removing python3 conditional DEPENDS to avoid a circular dependency. Signed-off-by: Eneas U de Queiroz --- diff --git a/lang/python/python-ply/Makefile b/lang/python/python-ply/Makefile index a728e15c8..aacaf15d5 100644 --- 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