From 3c7b11fcb7200122604eaa59421333ff2a9345a9 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Sat, 4 May 2019 03:58:56 +0800 Subject: [PATCH] uwsgi-cgi: Remove reference to python-package.mk Since no Python packages are produced by this package, including python-package.mk is unnecessary. This removes the reference to python-package.mk. (PKG_RELEASE is unchanged as this should have no effect on the build.) Signed-off-by: Jeffery To --- net/uwsgi-cgi/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/uwsgi-cgi/Makefile b/net/uwsgi-cgi/Makefile index 632539190..06041f2b6 100644 --- a/net/uwsgi-cgi/Makefile +++ b/net/uwsgi-cgi/Makefile @@ -16,7 +16,6 @@ PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Ansuel Smith include $(INCLUDE_DIR)/package.mk -include $(TOPDIR)/feeds/packages/lang/python/python-package.mk define Package/uwsgi-cgi SECTION:=net