From c13ad1940b6fe230e4b6d856f5edf8fc111e9297 Mon Sep 17 00:00:00 2001 From: lean Date: Thu, 17 Jun 2021 13:39:01 +0800 Subject: [PATCH] luci-app-qbittorrent: drop python3 by default --- package/lean/luci-app-qbittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-qbittorrent/Makefile b/package/lean/luci-app-qbittorrent/Makefile index cbb12515e..fa5b088ca 100644 --- a/package/lean/luci-app-qbittorrent/Makefile +++ b/package/lean/luci-app-qbittorrent/Makefile @@ -6,10 +6,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for qBittorrent -LUCI_DEPENDS:=+qBittorrent +python3 +LUCI_DEPENDS:=+qBittorrent LUCI_PKGARCH:=all PKG_VERSION=1.0 -PKG_RELEASE:=19 +PKG_RELEASE:=20 include $(TOPDIR)/feeds/luci/luci.mk