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

Jelle van der Waa jelle at archlinux.org
Wed Oct 21 19:25:36 UTC 2015


    Date: Wednesday, October 21, 2015 @ 21:25:35
  Author: jelle
Revision: 144563

upgpkg: python-reportlab 3.2.0-2

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-21 13:47:34 UTC (rev 144562)
+++ PKGBUILD	2015-10-21 19:25:35 UTC (rev 144563)
@@ -26,7 +26,7 @@
 }
 
 package_python2-reportlab() {
-    depends=('python2')
+    depends=('python2' 'python2-pip')
     cd "$srcdir/${_origname}2-$pkgver"
     python2 setup.py install --root=$pkgdir --optimize=1
     install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt
@@ -33,7 +33,7 @@
 }
 
 package_python-reportlab() {
-    depends=('python3')
+    depends=('python3' 'python-pip')
     cd "$srcdir/${_origname}-$pkgver"
     python3 setup.py install --root=$pkgdir --optimize=1
     install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/license.txt



More information about the arch-commits mailing list