diff options
author | mike mcginty <mach327@gmail.com> | 2017-11-17 22:13:26 -0500 |
---|---|---|
committer | mike mcginty <mach327@gmail.com> | 2017-11-17 22:27:13 -0500 |
commit | 0815c0211ccf9ced8fb4315916bb3dbf5b24ec24 (patch) | |
tree | ba93675cdfe2cb266ea0c728e87d1f40aaea6d15 /lang/python/python-idna | |
parent | 8c5b99e1781545a91ffb723947d07b8535ded14b (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/Makefile | 2 |
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 |