[150072] trunk/dports/python/py-alembic/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jul 11 08:27:23 PDT 2016


Revision: 150072
          https://trac.macports.org/changeset/150072
Author:   stromnov at macports.org
Date:     2016-07-11 08:27:23 -0700 (Mon, 11 Jul 2016)
Log Message:
-----------
py-alembic: fix dependencies (#51804)

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

Modified: trunk/dports/python/py-alembic/Portfile
===================================================================
--- trunk/dports/python/py-alembic/Portfile	2016-07-11 15:26:02 UTC (rev 150071)
+++ trunk/dports/python/py-alembic/Portfile	2016-07-11 15:27:23 UTC (rev 150072)
@@ -6,7 +6,7 @@
 
 name                py-alembic
 version             0.8.6
-revision            0
+revision            1
 categories-append   databases
 platforms           darwin
 license             MIT
@@ -32,7 +32,8 @@
                         port:py${python.version}-setuptools
 
     depends_lib-append  port:py${python.version}-sqlalchemy \
-                        port:py${python.version}-mako
+                        port:py${python.version}-mako \
+                        port:py${python.version}-editor
 
     livecheck.type      none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160711/bca04e82/attachment-0001.html>


More information about the macports-changes mailing list