mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 03:44:31 +04:00
python-packages: Clean up Makefiles
* Replace $(PKG_NAME) with package name in call, define, and eval lines * Remove extra "define" in $(call define Package/.../description) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ $(call Package/gunicorn/Default)
|
||||
endef
|
||||
|
||||
define Package/python3-gunicorn/description
|
||||
$(call define Package/python-gunicorn/description)
|
||||
$(call Package/python-gunicorn/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
@@ -89,7 +89,7 @@ $(call Package/gunicorn/Default)
|
||||
endef
|
||||
|
||||
define Package/gunicorn3/description
|
||||
$(call define Package/gunicorn/description)
|
||||
$(call Package/gunicorn/description)
|
||||
.
|
||||
(Variant for Python3)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user