diff options
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 |