Browse Source

python-ply: fix circular dependency

Removing python3 conditional DEPENDS to avoid a circular dependency.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz 6 years ago
parent
commit
1bf60e9b58
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python-ply/Makefile

+ 1
- 1
lang/python/python-ply/Makefile View File

@ -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


Loading…
Cancel
Save