Revision: 139631 https://trac.macports.org/changeset/139631 Author: ionic@macports.org Date: 2015-08-21 18:57:30 -0700 (Fri, 21 Aug 2015) Log Message: ----------- py-decorator: setuptools now a dependency even for Python < 3. Fixes build failures in trace mode. Modified Paths: -------------- trunk/dports/python/py-decorator/Portfile Modified: trunk/dports/python/py-decorator/Portfile =================================================================== --- trunk/dports/python/py-decorator/Portfile 2015-08-22 01:50:43 UTC (rev 139630) +++ trunk/dports/python/py-decorator/Portfile 2015-08-22 01:57:30 UTC (rev 139631) @@ -29,9 +29,7 @@ sha256 1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206 if {${name} ne ${subport}} { - if {${python.version} >= 31} { - depends_build-append port:py${python.version}-setuptools - } + depends_build-append port:py${python.version}-setuptools livecheck.type none } else {
participants (1)
-
ionic@macports.org