Browse Source

Merge pull request #5148 from mach327/openwrt_519

python3-idna: Fix openwrt/openwrt#519, opkg package list segfault.
lilik-openwrt-22.03
champtar 7 years ago
committed by GitHub
parent
commit
a999828a64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/python-idna/Makefile

+ 1
- 1
lang/python/python-idna/Makefile 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


Loading…
Cancel
Save