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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=t3aofX5jt8p1khzs+m5ZA/uL/pO5c cvtYrEUnyarNzSsRZphFIy9uZ8QoDYFt0cujVAMgkRxnN+aJwksP+6UOycFsimqX M/Jom8UZD/nnGsz/NXzlphKW3X/LB0UG8hjFh7h/a0g/2Dc48ULOwNkGVdibP11P AGgi2Sw+n4Ybng= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=Ca/5mN2p1rnXrgkGmQtBbs04FvQ=; b=D9o E6VAwcFzTGFQqNc03RNzv0NxwTxCreOCaLPPd/XPlE2jsIdO8Qir+pFiES7lHBT9 zSvt0JAQ/58fc20MVyNyx/YBSFs5mWINFXNGt58bO6smWv9SvvwT9xKBtLL2sW+Y kN7evtYS+BZfcipTIzmaar7NjRrse76+RY17kSfI= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-vk0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=FztnKxPsxGAXIq8LQPWqbEYrHcWJCJol+Ic+AvVY09g=; b=mrkPpleK1mtdGYjgLPrZAnT190NmKuPC4Y9PfJMEyVRWwlZs/TJ6NYdO2Uyg/0P4WW MO/yRrhFioBigbN9D5ghZZsl0mb6dNbCusZk8g8aWIrWWJIrJR4SE7rw8iQfnw/Yw3sT Q7Ck5g15u01f3BZQ9hHAV4emwR4QkRLIEejBa49/Vmz/ge1hJV34buY972yBfv28szSC pxKYzoTGLCXfOdlG01pjgzCPT7VXdXL1y1DKfO/zj0hWYw3MFfpsJbBAPzLVTT1a/SbE ShwfDpDzWMGGFfYrlquxI7UWKb06QBO/h6SqCvh84VMsBa1JfGL9waewqXk7mIxHCQRe QT5A== X-Gm-Message-State: AOPr4FXq3LVAq5Z2DuwbSfBB+Voj3rRKWFjXQ7O5hhCmP7TYgRGdb1siKQybTuipLEJs9qjK7youmRpfRI5o1Q== MIME-Version: 1.0 X-Received: by 10.31.166.72 with SMTP id p69mr16728082vke.14.1463440512993; Mon, 16 May 2016 16:15:12 -0700 (PDT) Date: Mon, 16 May 2016 19:15:12 -0400 Message-ID: Subject: [ATN: git maintainer] Git package depends on python From: Jon Ross To: =?UTF-8?B?4oCcY3lnd2luQGN5Z3dpbi5jb23igJ0=?= Content-Type: text/plain; charset=UTF-8 It looks like the git package installs python as a dependency. It causes problems if you need a different win python runtime for your projects. Also, git doesn't seem to use python. I un-install python via setup and git continues to work fine (at least for my typical usage). Nor can I find any python files in the git package. Seems a heavyweight dependency, and it doesn't seem to be used. Why is it there? $ cygcheck.exe -fv /usr/bin/git /usr/bin/git: found in package git-2.8.0-1 $ uname -a CYGWIN_NT-6.1 2.5.1(0.297/5/3) 2016-04-21 22:14 x86_64 Cygwin -- 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