From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 28 11:18:55 2021 Received: (at 45712) by debbugs.gnu.org; 28 Jan 2021 16:18:55 +0000 Received: from localhost ([127.0.0.1]:49634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5A0U-0003Pu-Tf for submit@debbugs.gnu.org; Thu, 28 Jan 2021 11:18:55 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:30244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5A0R-0003Pe-51 for 45712@debbugs.gnu.org; Thu, 28 Jan 2021 11:18:53 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4DRQdK0HS2zQlTb; Thu, 28 Jan 2021 17:18:45 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1611850723; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rSK1I+MDBMikprGd9ytoQsZMVQxmcWpF7X7mSTjszT4=; b=kph0BWdEyoNywS2lv5xhT3jEXPLySsFhKDLKoSVjOoZD/rP2CgonjyWi9zOB46h7OGD59t Ea7FtIJh9m5FQZetaTGgSwmCwMElMqImQnDUX5yOA4xuoY0DotWVK5OIqnyqj2dl6/rwqe nI3tyd12mp6att07bxjg338xcCU9cnrSO8Ai7MSUPd7mXosPGoEJ3eB8JZ8yoQpPohtVtW X9v+toXyyNnJu3TvEW5eO6TmUQ7n7jLJpt4oWjZ4N1qZFKuSjc/QUjRhhtILoqnFU8uwhN 7xgfsz0R/bfrFVbjFD1gouIjMPOruSKyZMWOScpivQ97ZLMkI7pCzZ3vKyElzw== Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id FWbiFJxpOaRz; Thu, 28 Jan 2021 17:18:42 +0100 (CET) Date: Thu, 28 Jan 2021 17:18:39 +0100 From: Lars-Dominik Braun To: Maxim Cournoyer Subject: Re: bug#45712: [PATCHES] Improve Python package quality Message-ID: References: <87czxs3jel.fsf_-_@gmail.com> <874kj1ysr9.fsf_-_@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <874kj1ysr9.fsf_-_@gmail.com> X-MBO-SPAM-Probability: X-Rspamd-Score: -3.91 / 15.00 / 15.00 X-Rspamd-Queue-Id: 12BB317E4 X-Rspamd-UID: 3e033a X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 45712 Cc: 45712@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Maxim, > Doesn't that mean that the attrs requirement should be lifted from the > bootstrap version? As its purpose is exactly this: breaking the cyclic > dependency with itself. ah, now I see the problem, there’s a (add-installed-pythonpath inputs outputs) missing and so it can’t find the installed packages. Maybe we’re working on different branches? I applied your patch directly to core-updates. Cheers, Lars