From 3e5dea6e0da8353d21edbbef2f0bbdf8b9a9b854 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 17 Feb 2025 07:38:45 +0000 Subject: [PATCH] Python3: fix host DEPEND to be with openssl waf fails samba target build when Pyhton3:host is built without openssl DEPEND needs to be updated when building some addons directly from clean (e.g. mpd) --- packages/lang/Python3/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lang/Python3/package.mk b/packages/lang/Python3/package.mk index b9172f5322..71cf16b9ba 100644 --- a/packages/lang/Python3/package.mk +++ b/packages/lang/Python3/package.mk @@ -8,7 +8,7 @@ PKG_SHA256="7220835d9f90b37c006e9842a8dff4580aaca4318674f947302b8d28f3f81112" PKG_LICENSE="OSS" PKG_SITE="https://www.python.org/" PKG_URL="https://www.python.org/ftp/python/${PKG_VERSION}/${PKG_NAME::-1}-${PKG_VERSION}.tar.xz" -PKG_DEPENDS_HOST="zlib:host bzip2:host libffi:host util-linux:host autoconf-archive:host" +PKG_DEPENDS_HOST="zlib:host bzip2:host libffi:host util-linux:host autoconf-archive:host openssl:host" PKG_DEPENDS_TARGET="autotools:host gcc:host Python3:host sqlite expat zlib bzip2 xz openssl libffi readline ncurses util-linux" PKG_LONGDESC="Python3 is an interpreted object-oriented programming language." PKG_BUILD_FLAGS="-cfg-libs -cfg-libs:host"