[103129] trunk/dports/python/py-lz4/Portfile

sean at macports.org sean at macports.org
Fri Feb 15 13:04:05 PST 2013


Revision: 103129
          https://trac.macports.org/changeset/103129
Author:   sean at macports.org
Date:     2013-02-15 13:04:05 -0800 (Fri, 15 Feb 2013)
Log Message:
-----------
py-lz4: add missing py-distribute dependency; fixes #37964

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

Modified: trunk/dports/python/py-lz4/Portfile
===================================================================
--- trunk/dports/python/py-lz4/Portfile	2013-02-15 21:03:59 UTC (rev 103128)
+++ trunk/dports/python/py-lz4/Portfile	2013-02-15 21:04:05 UTC (rev 103129)
@@ -22,9 +22,7 @@
 python.versions     26 27
 
 if {${subport} != ${name}} {
-    if {${python.version} >= 31} {
-        depends_build-append    port:py${python.version}-distribute
-    }
+    depends_build-append        port:py${python.version}-distribute
     livecheck.type              none
 } else {
     livecheck.type              regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130215/fd18a05e/attachment.html>


More information about the macports-changes mailing list