[144938] trunk/dports/python/py-pptx/Portfile

eborisch at macports.org eborisch at macports.org
Thu Jan 21 10:42:49 PST 2016


Revision: 144938
          https://trac.macports.org/changeset/144938
Author:   eborisch at macports.org
Date:     2016-01-21 10:42:49 -0800 (Thu, 21 Jan 2016)
Log Message:
-----------
py-pptx: Fix depends.

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

Modified: trunk/dports/python/py-pptx/Portfile
===================================================================
--- trunk/dports/python/py-pptx/Portfile	2016-01-21 16:43:54 UTC (rev 144937)
+++ trunk/dports/python/py-pptx/Portfile	2016-01-21 18:42:49 UTC (rev 144938)
@@ -32,10 +32,10 @@
     sha256  d67d1ce5590ad8b69d161e1ac4d811cce5ceed612908ffe3d138db50440bb78c
 
 if {${name} ne ${subport}} {
-    depends_lib-append  port:py${python.version}-flake8 \
-                        port:py${python.version}-lxml \
-                        port:py${python.version}-Pillow \
-                        port:py${python.version}-XlsxWriter
+    depends_build-append    port:py${python.version}-setuptools
+    depends_lib-append      port:py${python.version}-lxml \
+                            port:py${python.version}-Pillow \
+                            port:py${python.version}-XlsxWriter
     
     post-destroot {
         set DOCDIR ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160121/4b8d770d/attachment.html>


More information about the macports-changes mailing list