From: Luiz Angelo Daros de Luca Date: Tue, 25 Jun 2019 07:21:00 +0000 (-0300) Subject: hplip: python is not needed for build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f6b6fed94222d45b5d8173284eace8b75012d0ae;p=openwrt-packages.git hplip: python is not needed for build Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/utils/hplip/Makefile b/utils/hplip/Makefile index e3e8054bd..71bf9a915 100644 --- a/utils/hplip/Makefile +++ b/utils/hplip/Makefile @@ -21,7 +21,7 @@ PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=COPYING LICENSE PKG_BUILD_PARALLEL:=1 -PKG_BUILD_DEPENDS:= python libcups +PKG_BUILD_DEPENDS:=libcups PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk