[arch-commits] Commit in python-cherrypy/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Jul 5 16:03:52 UTC 2016


    Date: Tuesday, July 5, 2016 @ 16:03:51
  Author: jelle
Revision: 182341

FS#49925 - python-cherrypy missing dependency: python-six

Modified:
  python-cherrypy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 16:01:50 UTC (rev 182340)
+++ PKGBUILD	2016-07-05 16:03:51 UTC (rev 182341)
@@ -6,7 +6,7 @@
 # Contributor: Florian Richter <Florian_Richter at gmx.de>
 pkgname=('python-cherrypy' 'python2-cherrypy')
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
 url="http://www.cherrypy.org"
@@ -26,7 +26,7 @@
 }
 
 package_python-cherrypy() {
-  depends=('python')
+  depends=('python' 'python-six')
 
   cd cherrypy-${pkgver}
 



More information about the arch-commits mailing list