Revision: 148980 https://trac.macports.org/changeset/148980 Author: raimue@macports.org Date: 2016-05-24 02:57:08 -0700 (Tue, 24 May 2016) Log Message: ----------- python/py-contextlib2: Add missing build dependency on setuptools Modified Paths: -------------- trunk/dports/python/py-contextlib2/Portfile Modified: trunk/dports/python/py-contextlib2/Portfile =================================================================== --- trunk/dports/python/py-contextlib2/Portfile 2016-05-24 09:55:46 UTC (rev 148979) +++ trunk/dports/python/py-contextlib2/Portfile 2016-05-24 09:57:08 UTC (rev 148980) @@ -28,6 +28,8 @@ sha256 30e500f13921c73c96f49a6dd2adfbdd92bc3fae12183e91b06b2e4583486206 if {${name} ne ${subport}} { + depends_build port:py${python.version}-setuptools + livecheck.type none } else { livecheck.type pypi