diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 11:44:00 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 11:44:00 +0200 |
commit | 3827aa391d6efc91cc59f903fd29460a44ed908d (patch) | |
tree | ceb70cdaf355ebc4206af17ab7515a9ffb1bc850 /python3-decorator | |
parent | e3325d08c8e682c10db517cdd703176380f80381 (diff) | |
download | openwrt-personal-pkgs-3827aa391d6efc91cc59f903fd29460a44ed908d.tar.gz openwrt-personal-pkgs-3827aa391d6efc91cc59f903fd29460a44ed908d.tar.bz2 openwrt-personal-pkgs-3827aa391d6efc91cc59f903fd29460a44ed908d.zip |
python3-decorator: fix
Diffstat (limited to 'python3-decorator')
-rw-r--r-- | python3-decorator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-decorator/Makefile b/python3-decorator/Makefile index 49e9d80..03d34a3 100644 --- a/python3-decorator/Makefile +++ b/python3-decorator/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk $(call include_mk, python3-package.mk) define Package/$(PKG_NAME) - TITLE:=Schema validation just got Pythonic + TITLE:=Python3 decorators DEPENDS:=+python3 endef |