[138492] trunk/dports/python/py-pygit2/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Jul 9 18:11:11 PDT 2015


Revision: 138492
          https://trac.macports.org/changeset/138492
Author:   khindenburg at macports.org
Date:     2015-07-09 18:11:11 -0700 (Thu, 09 Jul 2015)
Log Message:
-----------
py-pygit2: add missing dependency #47877

Modified Paths:
--------------
    trunk/dports/python/py-pygit2/Portfile

Modified: trunk/dports/python/py-pygit2/Portfile
===================================================================
--- trunk/dports/python/py-pygit2/Portfile	2015-07-10 01:01:56 UTC (rev 138491)
+++ trunk/dports/python/py-pygit2/Portfile	2015-07-10 01:11:11 UTC (rev 138492)
@@ -25,7 +25,8 @@
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:libgit2 \
-                        port:py${python.version}-cffi
+                        port:py${python.version}-cffi \
+                        port:py${python.version}-setuptools
 
     livecheck.type  none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150709/5cb0e9ff/attachment.html>


More information about the macports-changes mailing list