aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-idna
diff options
context:
space:
mode:
authormike mcginty <mach327@gmail.com>2017-11-17 22:13:26 -0500
committermike mcginty <mach327@gmail.com>2017-11-17 22:27:13 -0500
commit0815c0211ccf9ced8fb4315916bb3dbf5b24ec24 (patch)
treeba93675cdfe2cb266ea0c728e87d1f40aaea6d15 /lang/python/python-idna
parent8c5b99e1781545a91ffb723947d07b8535ded14b (diff)
python3-idna: Fix openwrt_repo 519, opkg segfault.
Signed-off-by: mike mcginty <mach327@gmail.com>
Diffstat (limited to 'lang/python/python-idna')
-rw-r--r--lang/python/python-idna/Makefile2
1 files changed, 1 insertions, 1 deletions
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