From 65009e8127414fe6796f8ace6d532750b622773a Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 20 May 2019 13:53:39 -0300 Subject: treewide: Add PACKAGE_* conds to python packages If a package builds python & python3 variants, then the respective PACKAGE-python* conditional DEPENDS were added, since circular dependencies should all be resolved now. Signed-off-by: Eneas U de Queiroz --- lang/python/python-pyserial/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python/python-pyserial') diff --git a/lang/python/python-pyserial/Makefile b/lang/python/python-pyserial/Makefile index 00b6410f9..8a25c1153 100644 --- a/lang/python/python-pyserial/Makefile +++ b/lang/python/python-pyserial/Makefile @@ -36,14 +36,14 @@ endef define Package/python-pyserial $(call Package/python-pyserial/Default) TITLE:=python-pyserial - DEPENDS:=+python-light + DEPENDS:=+PACKAGE_python-pyserial:python-light VARIANT:=python endef define Package/python3-pyserial $(call Package/python-pyserial/Default) TITLE:=python3-pyserial - DEPENDS:=+python3-light + DEPENDS:=+PACKAGE_python3-pyserial:python3-light VARIANT:=python3 endef -- cgit v1.2.3