From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6BVCM1W1jF+wIwAA0tVLHw (envelope-from ) for ; Sun, 18 Oct 2020 21:36:21 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KCEKL1W1jF+sKwAA1q6Kng (envelope-from ) for ; Sun, 18 Oct 2020 21:36:21 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 66F299401BF for ; Sun, 18 Oct 2020 21:36:21 +0000 (UTC) Received: from localhost ([::1]:38216 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGLk-0004qO-EB for larch@yhetil.org; Sun, 18 Oct 2020 17:36:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUGLS-0004qF-0H for guix-patches@gnu.org; Sun, 18 Oct 2020 17:36:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55874) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUGLR-0008W3-Md for guix-patches@gnu.org; Sun, 18 Oct 2020 17:36:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUGLR-0003Uh-Ii for guix-patches@gnu.org; Sun, 18 Oct 2020 17:36:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43939] [PATCH 2/3] gnu: libpwquality: Enable Python binding. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 18 Oct 2020 21:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43939 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Vinicius Monego , 43939-done@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43939-done@debbugs.gnu.org id=D43939.160305693813399 (code D ref 43939); Sun, 18 Oct 2020 21:36:01 +0000 Received: (at 43939-done) by debbugs.gnu.org; 18 Oct 2020 21:35:38 +0000 Received: from localhost ([127.0.0.1]:39187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGL4-0003U2-GH for submit@debbugs.gnu.org; Sun, 18 Oct 2020 17:35:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUGL2-0003Tp-9o for 43939-done@debbugs.gnu.org; Sun, 18 Oct 2020 17:35:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50416) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUGKx-0008OI-0J; Sun, 18 Oct 2020 17:35:31 -0400 Received: from ti0006q161-1594.bb.online.no ([46.9.75.77]:36122 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kUGKv-0007cn-9S; Sun, 18 Oct 2020 17:35:30 -0400 From: Marius Bakke In-Reply-To: <20201012034220.56315-1-monego@posteo.net> References: <20201012033849.56024-1-monego@posteo.net> <20201012034220.56315-1-monego@posteo.net> Date: Sun, 18 Oct 2020 23:35:27 +0200 Message-ID: <87d01fkyjk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: 6yCiMfHxYrGp --=-=-= Content-Type: text/plain Vinicius Monego writes: > * gnu/packages/password-utils.scm (libpwquality)[arguments]: Enable Python binding. > [native-inputs]: Add python-minimal-wrapper. I changed this to 'python-wrapper' and committed. The python-minimal variants exists mostly to solve a bootstrap cycle. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+MtR8PHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6Vw4IANHS2RseXutLZRwV+TjNGXhSDUamWwTajqTH kGpn+k3RP3DABvOTYvDIw7BSGJWfUwxUs7Gc3e+/Dp9HkOiaF4QV4uEUHUsiHRa7 RGF8npLZoKW6rW1g5gNc/NkAaUaagmDW4I/46jNkuhMdXUzIbxxttggxUGUG6yrr aiyM36KI8x/YIZptE1NEm6lRFeMc9FcfEJdMgRQ1PNjE9y/NfqbTByaoWawaN/zq 3GNG2ys+aUa00Ih/T2mHLy+akyvORVazEZPZSCUQPc9M7mJdF0CF6vaTmN0qtSRb S2R6OAi0AHrqBNNxKX6w9h82rlpS6jHt3Y9xjwO8YGwJpYui7/M= =oMF9 -----END PGP SIGNATURE----- --=-=-=--