Browse Source
python-chardet: fix Makefile typo
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz
6 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
1 changed files with
1 additions and
1 deletions
-
lang/python/python-chardet/Makefile
|
|
@ -23,7 +23,7 @@ include ../python3-package.mk |
|
|
|
|
|
|
|
PKG_UNPACK:=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE) |
|
|
|
|
|
|
|
define Package/python-chardet/Defaults |
|
|
|
define Package/python-chardet/Default |
|
|
|
SUBMENU:=Python |
|
|
|
SECTION:=lang |
|
|
|
CATEGORY:=Languages |
|
|
|