Revision: 145107 https://trac.macports.org/changeset/145107 Author: ionic@macports.org Date: 2016-01-25 17:50:37 -0800 (Mon, 25 Jan 2016) Log Message: ----------- py-beautifulsoup4: add missing dependency upon setuptools. Fixes trace mode builds. Modified Paths: -------------- trunk/dports/python/py-beautifulsoup4/Portfile Modified: trunk/dports/python/py-beautifulsoup4/Portfile =================================================================== --- trunk/dports/python/py-beautifulsoup4/Portfile 2016-01-26 01:30:54 UTC (rev 145106) +++ trunk/dports/python/py-beautifulsoup4/Portfile 2016-01-26 01:50:37 UTC (rev 145107) @@ -28,6 +28,8 @@ livecheck.regex (4\\.\[0-9.\]+) if {${name} ne ${subport}} { + depends_lib-append port:py${python.version}-setuptools + variant html5lib description {Build with HTML5 support} { depends_lib-append port:py${python.version}-html5lib }
participants (1)
-
ionic@macports.org