mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +00:00
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 <cote2004-github@yahoo.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user