summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-13 11:44:00 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-13 11:44:00 +0200
commit3827aa391d6efc91cc59f903fd29460a44ed908d (patch)
treeceb70cdaf355ebc4206af17ab7515a9ffb1bc850
parente3325d08c8e682c10db517cdd703176380f80381 (diff)
downloadopenwrt-personal-pkgs-3827aa391d6efc91cc59f903fd29460a44ed908d.tar.gz
openwrt-personal-pkgs-3827aa391d6efc91cc59f903fd29460a44ed908d.tar.bz2
openwrt-personal-pkgs-3827aa391d6efc91cc59f903fd29460a44ed908d.zip
python3-decorator: fix
-rw-r--r--python3-decorator/Makefile2
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