mirror of
https://github.com/openwrt/packages.git
synced 2025-12-18 08:31:19 +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:
@@ -28,13 +28,13 @@ endef
|
||||
|
||||
define Package/python-rsa
|
||||
$(call Package/python-rsa/Default)
|
||||
DEPENDS:=+python +python-pyasn1
|
||||
DEPENDS:=+PACKAGE_python-rsa:python +PACKAGE_python-rsa:python-pyasn1
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
define Package/python3-rsa
|
||||
$(call Package/python-rsa/Default)
|
||||
DEPENDS:=+python3 +python3-pyasn1
|
||||
DEPENDS:=+PACKAGE_python3-rsa:python3 +PACKAGE_python3-rsa:python3-pyasn1
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user