From patchwork Wed Mar 22 17:31:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Miguel_=C3=81ngel_Moreno?= X-Patchwork-Id: 48597 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 94CFB16FBC; Wed, 22 Mar 2023 17:33:07 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 7007616FAC for ; Wed, 22 Mar 2023 17:33:05 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pf2Ke-00008d-0Y; Wed, 22 Mar 2023 13:33:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pf2Kc-00007v-Ur for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pf2Kc-0002ZZ-JB for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pf2Kc-0004Mw-ED for guix-patches@gnu.org; Wed, 22 Mar 2023 13:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62389] [PATCH 07/12] gnu: python-secretstorage: Move to python-cryptography-next. Resent-From: conses Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 22 Mar 2023 17:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62389 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62389@debbugs.gnu.org Received: via spool by 62389-submit@debbugs.gnu.org id=B62389.167950632816672 (code B ref 62389); Wed, 22 Mar 2023 17:33:02 +0000 Received: (at 62389) by debbugs.gnu.org; 22 Mar 2023 17:32:08 +0000 Received: from localhost ([127.0.0.1]:36585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Jk-0004Kp-2H for submit@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:08 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:41191) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pf2Ji-0004Jb-A9 for 62389@debbugs.gnu.org; Wed, 22 Mar 2023 13:32:06 -0400 Received: (Authenticated sender: contact@conses.eu) by mail.gandi.net (Postfix) with ESMTPSA id DE1801C000A for <62389@debbugs.gnu.org>; Wed, 22 Mar 2023 17:31:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=conses.eu; s=gm1; t=1679506320; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=jrKWrrThjLmNrURocoHZ0sdF0LpezrcbE/RFDrTif68=; b=DGQe/V14+W47GRpTHjWvXjHeDHLJN6bK+taIdq0Ebqd0cETdEQnJpF5DFzMNtVNdScC12b 0LJWAdYsXI6vfAFEsTxmNVCFK6V1KoTER9SghiO+qDSQKnZ1Y1rmIduld0g0fOUY5zpxLQ VzI9xUnREf+QMyAnmbeP1+BsH/9ZpPRH2WchWeOXks1iz+VAWDFvei/HRipXau0F3tQmz6 P8OE8TVPD6+1o3oDudUATpEgWtB2dC4cY4FnwX/yhRaG3wPfWd0RyXOeGvvKk502AONZ8Z HLqBmyucmSLamrmCDp8KN7yRMpUPSEx3laBty8UPiW8I3KWHAWLc3su4W+RT5A== From: conses In-Reply-To: References: Message-Id: Date: Wed, 22 Mar 2023 18:31:57 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-crypto.scm (python-secretstorage): [propagated-inputs]: Move to python-cryptography-next. --- gnu/packages/python-crypto.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 8f8eb23954..2e82343b7b 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1488,7 +1488,7 @@ (define-public python-secretstorage (arguments '(#:tests? #f)) ; Tests require a running dbus service. (propagated-inputs - (list python-cryptography python-jeepney)) + (list python-cryptography-next python-jeepney)) (home-page "https://github.com/mitya57/secretstorage") (synopsis "Python bindings to FreeDesktop.org Secret Service API") (description