`boost-python3` will be only selectable after `boost` is selected,
so add `boost` to dependencies as well.
Signed-off-by: Tianling Shen <redacted>
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)/
CATEGORY:=Languages
SUBMENU:=Python
TITLE+= (Python 3)
- DEPENDS:=+libtorrent-rasterbar +boost-python3
+ DEPENDS:=+libtorrent-rasterbar +boost +boost-python3
endef
define Package/libtorrent-rasterbar/description