From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 08 16:12:08 2020 Received: (at 42885) by debbugs.gnu.org; 8 Sep 2020 20:12:08 +0000 Received: from localhost ([127.0.0.1]:56525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFjyK-0006TM-8A for submit@debbugs.gnu.org; Tue, 08 Sep 2020 16:12:08 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:57498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFjyG-0006T6-MV; Tue, 08 Sep 2020 16:12:07 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 4AF58DE74; Tue, 8 Sep 2020 22:12:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98v6YOuN9Fmn; Tue, 8 Sep 2020 22:12:02 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::c08]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 401A6DB58; Tue, 8 Sep 2020 22:12:02 +0200 (CEST) Date: Tue, 8 Sep 2020 22:11:44 +0200 From: Andreas Enge To: Brendan Tildesley Subject: Re: bug#43151: Resolve Calibre run-time dependency Message-ID: <20200908201144.GA25269@jurong> References: <6492c3cc-07e0-b56b-ea72-99d403770755@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6492c3cc-07e0-b56b-ea72-99d403770755@brendan.scot> X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 42885 Cc: 42885@debbugs.gnu.org, 43249-done@debbugs.gnu.org, Prafulla Giri , 43151-done@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: -0.3 (/) Hello, On Mon, Sep 07, 2020 at 06:15:15PM +1000, Brendan Tildesley wrote: > Your patch also works I think but it will wrap the programs twice, so > you will get calibre, .calibre-real, and ..calibre-real-real, etc for > every program, which seems ugly. My patch reproduces the same PYTHONPATH > that is set in python-build-system in addition to wrapping PYTHONPATH > (unless I made a mistake), although at the cost of code duplication. I > leave it to you and who ever is reviewing this to decide which way is > more correct and push one, haha. thanks to both of your for your patches! I just pushed Brendan's, which wraps only once at the price of copy-pasting from another package. I confirm that it works, also to click on an epub file from within calibre. Closing the two bugs asking about qtwebengine. Concerning the update, is mathjax a required input now, or could we just leave it out and update nevertheless? Andreas