X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=a7N1ExFuHqe7Tu03iznB280xvx6LhIsspbmV2YHKfdh UN7F4AIQM98Ht/5PwgSggnfYF7iq1iJ1ubzIeYSNvSYfnxflcBsrYV+IpLupr1by m/6XS+4HpZxKA1Y36xi4pqgC5+jxshrmvsxdY3nuIi0aWbBe40r1D3LzWAxepxfg = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=gsrQD/enp/4BRWJ7LsY7vgYESdg=; b=YS94JZYmSPrTIzq2+ dijiHNUQGv34I9Ucn4YhW9/X6epix7ofNGuWM5cQum16Y8n6y1YiFpv3ECs1G5FY P5hhZ12XzLabFk65CF2I9TtQujvN2thwaxFPCjHHZcoMOj2ntpLt6lEiL/YM4DdT qlhm4Q5OF6xDAARNoc80NXTJRI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=penny, Penny, 3.7, Steven X-HELO: mx1.redhat.com Message-ID: Subject: Re: Python extraneous dependencies From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Sun, 24 Feb 2019 17:42:36 -0600 In-Reply-To: <5c71e556.1c69fb81.cfc4c.fa1c@mx.google.com> References: <5c71e556 DOT 1c69fb81 DOT cfc4c DOT fa1c AT mx DOT google DOT com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit On Sat, 2019-02-23 at 16:29 -0800, Steven Penny wrote: > I noticed that "python36" requires "binutils". This is needed for ctypes.util.find_library(). FWIW, on Linux, not only binutils is used, but also gcc. > Further, I noticed this dependency chain: > > python36 > libuuid-devel > pkg-config > libglib2.0_0 Until 3.7, the uuid stdlib module loads libuuid via ctypes, hence the dependency. In 3.7, there is a compiled binding, and so the -devel dependency was dropped. Also, pkgconf will soon be providing and replacing pkg-config, which will cause the glib2.0 dependency to be dropped. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple