From f35120faced48a4bb848907a0abe6350edd07390 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 12 Mar 2026 16:33:20 +0800 Subject: [PATCH] libtorrent-rasterbar: add boost as dependency for python package `boost-python3` will be only selectable after `boost` is selected, so add `boost` to dependencies as well. Signed-off-by: Tianling Shen --- libs/libtorrent-rasterbar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libtorrent-rasterbar/Makefile b/libs/libtorrent-rasterbar/Makefile index 01682e54a9..577f0b14d2 100644 --- a/libs/libtorrent-rasterbar/Makefile +++ b/libs/libtorrent-rasterbar/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent-rasterbar PKG_VERSION:=2.0.11 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/arvidn/libtorrent/releases/download/v$(PKG_VERSION)/ @@ -41,7 +41,7 @@ define Package/python3-libtorrent CATEGORY:=Languages SUBMENU:=Python TITLE+= (Python 3) - DEPENDS:=+libtorrent-rasterbar +boost-python3 + DEPENDS:=+libtorrent-rasterbar +boost +boost-python3 endef define Package/libtorrent-rasterbar/description