[OpenWrt-Devel] [PATCH] packages/python-idna: Add missing dependency on python(3)-codecs

Daniel Santos daniel.santos at pobox.com
Sun Nov 4 21:06:39 EST 2018


Signed-off-by: Daniel Santos <daniel.santos at pobox.com>
---
 lang/python/python-idna/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile
index 47f4b9668..1f36b21e9 100644
--- a/lang/python/python-idna/Makefile
+++ b/lang/python/python-idna/Makefile
@@ -37,14 +37,14 @@ endef
 define Package/python-idna
 $(call Package/python-idna/Default)
   TITLE:=python-idna
-  DEPENDS:=+PACKAGE_python-idna:python-light
+  DEPENDS:=+PACKAGE_python-idna:python-light +python-codecs
   VARIANT:=python
 endef
 
 define Package/python3-idna
 $(call Package/python-idna/Default)
   TITLE:=python3-idna
-  DEPENDS:=+PACKAGE_python3-idna:python3-light
+  DEPENDS:=+PACKAGE_python3-idna:python3-light +python3-codecs
   VARIANT:=python3
 endef
 
-- 
2.16.4


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list