qBittorrent-Enhanced-Edition: add python3 dependency

This commit is contained in:
CN_SZTL 2020-01-28 16:08:45 +08:00
parent b4058b6ecf
commit 0258d3ac22
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -25,7 +25,7 @@ define Package/$(PKG_NAME)
CATEGORY:=Network
TITLE:=bittorrent client programmed in C++ / Qt
URL:=https://github.com/c0re100/qBittorrent-Enhanced-Edition
DEPENDS:=+qt5-core +qt5-network +qt5-xml +rblibtorrent
DEPENDS:=+qt5-core +qt5-network +qt5-xml +rblibtorrent +python3
endef
define Package/$(PKG_NAME)/description