[126834] trunk/dports/python/py-oauth/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Wed Oct 15 18:41:51 PDT 2014


Revision: 126834
          https://trac.macports.org/changeset/126834
Author:   ctreleaven at macports.org
Date:     2014-10-15 18:41:51 -0700 (Wed, 15 Oct 2014)
Log Message:
-----------
py-oauth: add setuptools dependency

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

Modified: trunk/dports/python/py-oauth/Portfile
===================================================================
--- trunk/dports/python/py-oauth/Portfile	2014-10-16 01:41:49 UTC (rev 126833)
+++ trunk/dports/python/py-oauth/Portfile	2014-10-16 01:41:51 UTC (rev 126834)
@@ -27,5 +27,9 @@
 python.versions     25 26 27
 python.default_version 27
 
+if {${name} ne ${subport}} {
+    depends_build-append port:py${python.version}-setuptools
+}
+
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     >oauth-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141015/f45c445e/attachment.html>


More information about the macports-changes mailing list