From 0815c0211ccf9ced8fb4315916bb3dbf5b24ec24 Mon Sep 17 00:00:00 2001 From: mike mcginty Date: Fri, 17 Nov 2017 22:13:26 -0500 Subject: [PATCH] python3-idna: Fix openwrt_repo 519, opkg segfault. Signed-off-by: mike mcginty --- lang/python/python-idna/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/python-idna/Makefile b/lang/python/python-idna/Makefile index c2d324282..3d17183a5 100644 --- a/lang/python/python-idna/Makefile +++ b/lang/python/python-idna/Makefile @@ -56,7 +56,7 @@ from the earlier standard from 2003. endef define Package/python3-idna/description -$(call define Package/python-idna/description) +$(call Package/python-idna/description) . (Variant for Python3) endef