[153318] trunk/dports/python/py-html5lib/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Sep 28 19:35:14 PDT 2016


Revision: 153318
          https://trac.macports.org/changeset/153318
Author:   khindenburg at macports.org
Date:     2016-09-28 19:35:14 -0700 (Wed, 28 Sep 2016)
Log Message:
-----------
py-html5lib: add missing dep py-six #52194

Modified Paths:
--------------
    trunk/dports/python/py-html5lib/Portfile

Modified: trunk/dports/python/py-html5lib/Portfile
===================================================================
--- trunk/dports/python/py-html5lib/Portfile	2016-09-29 02:12:58 UTC (rev 153317)
+++ trunk/dports/python/py-html5lib/Portfile	2016-09-29 02:35:14 UTC (rev 153318)
@@ -7,6 +7,7 @@
 name                py-html5lib
 license             MIT
 version             1.0b3
+revision            1
 categories-append   textproc devel
 platforms           darwin
 maintainers         lightnin openmaintainer
@@ -32,6 +33,7 @@
 
 if {${name} ne ${subport}} {
     depends_build         port:py${python.version}-setuptools
+    depends_lib           port:py${python.version}-six
 
     post-destroot   {
         set docdir ${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160928/1f800ef1/attachment.html>


More information about the macports-changes mailing list