From patchwork Wed Nov 9 18:57:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6125 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4N6vQF16C4z3xkS for ; Wed, 9 Nov 2022 18:59:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4N6vPd0MQDz30r; Wed, 9 Nov 2022 18:58:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPc5CKkz30B0; Wed, 9 Nov 2022 18:58:28 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4N6vPZ4sgLz2xKs for ; Wed, 9 Nov 2022 18:58:26 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4N6vPW5jnBz2YH; Wed, 9 Nov 2022 18:58:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1hppTvvslJZoac92JJ/H7jzx7ZskqzpIhQV7UpY/JYE=; b=JJvxlb+YZZSU7ffY0gvqOJtjWn1IuYqoqKzECJmaYTrzSHItYn1uCHcS9FrFt7piEJGpDR ppl4NZxn6GFLGaBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020303; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1hppTvvslJZoac92JJ/H7jzx7ZskqzpIhQV7UpY/JYE=; b=Sa9ncG1IdWRIkJP6HdSgEWK4JBw8chuEY7e8/LNWNgwS+D7lvmeVPAzHA9P6VAgprHiEEo nxepKGhlGy8UHaaUdYqMD5yWTqhZdjsnSvqbHevF/ogAFo417tN7qp8USeEeL8Oh/2L+6g H77URd/XALj5Oggbe0/GrNwXvc/XqNxBH7ANAl8ZnQMvfrCPnKh3gIX3Zq8DslN+VP6XXk pXgQitalTvoJ55vWssfWXCHOSqW3N4UI6qfwtmMCzVaihNhvDvIu6kfvBEx0JHWN09cjrh 9JA4XaCfg5kjL5CXeZR+rWJe+CrlSm3EFwZ+kXVB7BEUaAew9Hh9hsenCF56Lw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 47/48] libplist: Update rootfile for operation with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:33 +0100 Message-Id: <20221109185734.3920-47-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - With python-3.10.8 the plist.so is no longer available in the site packages. libplist libraries are still available. - libplist is only used as a dependency for shairport-sync Tested by installing shairport-sync and starting/stopping it. Started and stopped successfully without any error messages. This would suggest that the libplist libraries are probably being picked up successfully. Cannot test properly as I have no Apple/iOS or related products. Signed-off-by: Adolf Belka --- config/rootfiles/packages/libplist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/rootfiles/packages/libplist b/config/rootfiles/packages/libplist index 3f3f8e5a7..d8b0b092a 100644 --- a/config/rootfiles/packages/libplist +++ b/config/rootfiles/packages/libplist @@ -12,8 +12,6 @@ #usr/include/plist/String.h #usr/include/plist/Structure.h #usr/include/plist/Uid.h -#usr/include/plist/cython -#usr/include/plist/cython/plist.pxd #usr/include/plist/plist++.h #usr/include/plist/plist.h #usr/lib/libplist++-2.0.la @@ -26,6 +24,4 @@ usr/lib/libplist-2.0.so.3 usr/lib/libplist-2.0.so.3.3.0 #usr/lib/pkgconfig/libplist++-2.0.pc #usr/lib/pkgconfig/libplist-2.0.pc -#usr/lib/python3.10/site-packages/plist.la -usr/lib/python3.10/site-packages/plist.so #usr/share/man/man1/plistutil.1