From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4dyNDN0CDqz30Kj for ; Fri, 23 Jan 2026 16:09:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4dyNDJ39c6z2xLt for ; Fri, 23 Jan 2026 16:09:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4dyNDB0sYRz1Wf for ; Fri, 23 Jan 2026 16:09:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1769184570; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MxKbb5RgbgrI7dXrEZFdLVDtNRTKPVXiytyrNIraOeM=; b=E9Xe+zTrBnEA1JM3YKS5sb3WxovAmWc+W4jCsKArK2S0oGvxGr0zGyJAI1xopZxFbIt4Z9 QCallgTLxDmpsACg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1769184570; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MxKbb5RgbgrI7dXrEZFdLVDtNRTKPVXiytyrNIraOeM=; b=h+05gwCxSWxUnleLp21G7XQoyxdsuScNHp+WOPWpDpgKNQhtMx7D5E/RfL/yIv4lfrZUjv 0zPrVu9dIe34x8AaMHQk7PrfUs9ETSXdUTLIFWURPXaoT5egmCid+LntQWvO0ssZPvUrS5 sI3rjjgzLZCNg6NOeMWgFOjfuhwf8Pg9Kbabw/YVUj828LEgPYTPwZQVsDskJt3QdIDlsU bGysTlm7jQomqa5A0RdBePLltao4Zg77FVdVhT4MbkUgMGeax4xUTmnxwgYmGIjS7aa4f6 7Pz788uA3u+yguKRMPKVWQkkJj3+nGH2A7EK+SB6NQDhH+U5jyPW+805KO3LBg== Message-ID: Date: Fri, 23 Jan 2026 17:09:28 +0100 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-US From: Matthias Fischer Subject: oci-cli: Add missing dependencies To: "IPFire: Development-List" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, just in case "someone" had problems building 'next': I just added two missing archives to the sources - 'python3-wcwidth' and 'python3-prompt-toolkit'. 'make.sh downloadsrc' threw some errors... ;-) Best Matthias