diff options
author | Karel Kočí <cynerd@email.cz> | 2019-03-09 21:31:59 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-03-09 21:32:38 +0100 |
commit | bdbd92379d9b92b2ddb20069ec280b9302e6a713 (patch) | |
tree | 9ec630a7f9fbe0184becaaa7a0b0fa7d829a0bab /python-schema | |
parent | ed8b571c5dc872a86b0ef7608cede64cb6ac2c33 (diff) | |
download | openwrt-personal-pkgs-bdbd92379d9b92b2ddb20069ec280b9302e6a713.tar.gz openwrt-personal-pkgs-bdbd92379d9b92b2ddb20069ec280b9302e6a713.tar.bz2 openwrt-personal-pkgs-bdbd92379d9b92b2ddb20069ec280b9302e6a713.zip |
Add python-contextlib2
Diffstat (limited to 'python-schema')
-rw-r--r-- | python-schema/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-schema/Makefile b/python-schema/Makefile index c6e4777..01e28c9 100644 --- a/python-schema/Makefile +++ b/python-schema/Makefile @@ -22,7 +22,7 @@ define Package/python3-schema SUBMENU:=Python URL:=https://github.com/keleshev/schema TITLE:=python3-schema - DEPENDS:=+python3-light + DEPENDS:=+python3-light +python3-contextlib2 VARIANT:=python3 endef |