mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
python-idna: Add missing dependency on python(3)-codecs
This error is exposed when using python-minimal. Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2015-2018 OpenWrt.org
|
# Copyright (C) 2015-2019 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -36,14 +36,14 @@ endef
|
|||||||
define Package/python-idna
|
define Package/python-idna
|
||||||
$(call Package/python-idna/Default)
|
$(call Package/python-idna/Default)
|
||||||
TITLE:=python-idna
|
TITLE:=python-idna
|
||||||
DEPENDS:=+PACKAGE_python-idna:python-light
|
DEPENDS:=+PACKAGE_python-idna:python-light +PACKAGE_python-idna:python-codecs
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-idna
|
define Package/python3-idna
|
||||||
$(call Package/python-idna/Default)
|
$(call Package/python-idna/Default)
|
||||||
TITLE:=python3-idna
|
TITLE:=python3-idna
|
||||||
DEPENDS:=+PACKAGE_python3-idna:python3-light
|
DEPENDS:=+PACKAGE_python3-idna:python3-light +PACKAGE_python3-idna:python3-codecs
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user