[145107] trunk/dports/python/py-beautifulsoup4/Portfile

ionic at macports.org ionic at macports.org
Mon Jan 25 17:50:37 PST 2016


Revision: 145107
          https://trac.macports.org/changeset/145107
Author:   ionic at 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
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160125/72158105/attachment.html>


More information about the macports-changes mailing list