mirror of
https://github.com/openwrt/packages.git
synced 2025-12-18 00:21: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:
@@ -52,11 +52,11 @@ endef
|
||||
define Package/python3-requests
|
||||
$(call Package/python-requests/Default)
|
||||
DEPENDS:= \
|
||||
+python3-light \
|
||||
+python3-chardet \
|
||||
+python3-idna \
|
||||
+python3-urllib3 \
|
||||
+python3-certifi
|
||||
+PACKAGE_python3-requests:python3-light \
|
||||
+PACKAGE_python3-requests:python3-chardet \
|
||||
+PACKAGE_python3-requests:python3-idna \
|
||||
+PACKAGE_python3-requests:python3-urllib3 \
|
||||
+PACKAGE_python3-requests:python3-certifi
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user