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:date:from:to:subject:content-type; q=dns; s=default; b=OQeIHeGheV+C+TRYAVHWGgGqUfyFYoyBN7b6JuTfDos SBmB0lRLNT/FS1E0l3oY3oE/N9X3Lja1wQiM4zci/VQOmqHb/Obb4VGbzJPeon4P xmX4LZ8Wl8e7MSByfc/hIxv7qCf0dnIWK06QS0kKpu4fJRw13n7bNKfNYJklDufM = 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:date:from:to:subject:content-type; s=default; bh=TBEYXpw7lUEcSjS5IeE1wqD4Jx0=; b=fCJ+JVUOrWYtivdJO Xbk9a4svkhEll7sVq/bvTtBgRz/ECZI93PiVc2f3ZZalP/uE1VSAhIRoU6oT68wf CMRJt2vMRTtEY3glrKYmsWTuwTLRKuvsJWmUcjEUoKQecUyQBwDHRb3nMNYndUvZ HsDmZ6EEAVUPxCI77w58tTI/cY= 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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:2224, H*MI:1c69fb81, python3, H*M:1c69fb81 X-HELO: mail-ot1-f50.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:user-agent; bh=VKB3EW+INBT/4H9k4as651SELP/2C5MWd9bEqwVKXtM=; b=t1+1Y75wB0TufgwijKYaxsGctcHQHhIEN7ziipNYyky70BtOz7VHes0gUVAQ2p0O39 SwWkwxEf26Kt/gUBrSz3OcQuNFcBm+szZWvLjnCjggw9dgrpGd8NFD1hU2AH+49AgE2B 4bL2a8wWolvCrAP2PbbyjF1E/bQ0zTJHmpMsAH+5cr5Qmt5e4I1vOMQt/bW7LCWRMEnF 8Sc7/43EOHDZsYqVQm4hAecVUdOqBg1fOOg8mOh51jiAjQnBlW73l5SCi0fWPD/Vcn+l qh0gMuiyTiHO5CRIvG2rEbciG8O2pmUjbAovlz/PkGSSnmuGvp4Bhv43rRJTgS3VBAkP NWPQ== Message-ID: <5c71e556.1c69fb81.cfc4c.fa1c@mx.google.com> Date: Sat, 23 Feb 2019 16:29:10 -0800 (PST) From: Steven Penny To: cygwin AT cygwin DOT com Subject: Python extraneous dependencies Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (cup.github.io/umber/tryst) I noticed that "python36" requires "binutils". Further, I noticed this dependency chain: python36 > libuuid-devel > pkg-config > libglib2.0_0 "binutils" is 5,863,216 bytes and "libglib" is 3,044,044 bytes. I am of the opinion we should not be including large dependencies like these unless they are actually needed. From my admittedly brief testing, they are not needed: $ setup-x86_64 -P python36 $ setup-x86_64 -x binutils,libglib2.0_0,libuuid-devel,pkg-config $ python3 -c 'print("hello world")' hello world -- 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