Revision
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

Diff

Modified: trunk/dports/python/py-beautifulsoup4/Portfile (145106 => 145107)


--- 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
     }