Merge pull request #5148 from mach327/openwrt_519

python3-idna: Fix openwrt/openwrt#519, opkg package list segfault.
This commit is contained in:
champtar 2017-12-02 12:50:04 -08:00 committed by GitHub
commit a999828a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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