[arch-commits] Commit in python2-webpy/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Nov 4 02:44:36 UTC 2018


    Date: Sunday, November 4, 2018 @ 02:44:35
  Author: felixonmars
Revision: 401447

add back python2-flup as optdepend

Modified:
  python2-webpy/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-04 02:43:05 UTC (rev 401446)
+++ PKGBUILD	2018-11-04 02:44:35 UTC (rev 401447)
@@ -11,7 +11,8 @@
 url='http://webpy.org/'
 license=('custom:public domain')
 depends=('python2')
-optdepends=('python2-psycopg2: use PostgreSQL as the backing database'
+optdepends=('python2-flup: deploy web applications via FastCGI (recommended)'
+            'python2-psycopg2: use PostgreSQL as the backing database'
             'mysql-python: use MySQL as the backing database'
             'python2-mako: alternative templating engine')
 source=("http://webpy.org/static/web.py-$pkgver.tar.gz")



More information about the arch-commits mailing list