From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#25235: Wrapped python programs get native-inputs in PYTHONPATH Date: Tue, 20 Dec 2016 00:28:58 +0100 Message-ID: <87eg13birp.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJ7Nf-0006RM-6j for bug-guix@gnu.org; Mon, 19 Dec 2016 18:30:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJ7Nb-00084Y-BI for bug-guix@gnu.org; Mon, 19 Dec 2016 18:30:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60904) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cJ7Nb-00084U-7f for bug-guix@gnu.org; Mon, 19 Dec 2016 18:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cJ7Nb-0004No-1e for bug-guix@gnu.org; Mon, 19 Dec 2016 18:30:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJ7Me-0006D3-Ko for bug-guix@gnu.org; Mon, 19 Dec 2016 18:29:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJ7Mb-0007Rw-FJ for bug-guix@gnu.org; Mon, 19 Dec 2016 18:29:04 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40546) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cJ7Mb-0007RF-9w for bug-guix@gnu.org; Mon, 19 Dec 2016 18:29:01 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id BB0EB2085A for ; Mon, 19 Dec 2016 18:29:00 -0500 (EST) Received: from localhost (128.92-221-147.customer.lyse.net [92.221.147.128]) by mail.messagingengine.com (Postfix) with ESMTPA id 53A1C7E7C5 for ; Mon, 19 Dec 2016 18:29:00 -0500 (EST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 25235@debbugs.gnu.org --=-=-= Content-Type: text/plain The 'wrap' phase of 'python-build-system' adds native-inputs to PYTHONPATH of the wrapped programs. This causes unnecessary runtime dependencies and may create problems when cross-compiling. Given that all python dependencies are now supposed to be propagated, perhaps we can simply remove the wrap phase? It only touches PYTHONPATH. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlhYbToACgkQoqBt8qM6 VPrqCgf9ET1NPk/I7q7M1zPHlbqOOrYWkk2fS7RAH3Un/X33Vve1DzKWsj7OQ7LO YdU8ME0f8wJZ+tILUMawNRt/lKs/CmHug+9aOcqSfN7O8jawFVXxEPIE4U5wCM72 pMwhbu5TwRUZACD7G1168U257uyHpir26rf3wypbzWeAJFr50LEfxbPeBXjsR81v YPYUUeJ1tCR1DedtU0Ih4TK8eW1ipveYMyw1iT9W+OMFO+y8qZwy1NyRNSrHgOcM Ur/rmMqjJc+Yhvf37effW6Jg8OODBsqZzocVVqtvetk6Uo7S3jKKFu+Ov+SKyvSJ FKNV5SC+DFxHSbdG2i35yMit8bGMcA== =Ed8O -----END PGP SIGNATURE----- --=-=-=--