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

Jelle van der Waa jelle at archlinux.org
Wed Nov 19 21:15:31 UTC 2014


    Date: Wednesday, November 19, 2014 @ 22:15:30
  Author: jelle
Revision: 122783

fix FS#42424

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-19 20:58:09 UTC (rev 122782)
+++ PKGBUILD	2014-11-19 21:15:30 UTC (rev 122783)
@@ -64,6 +64,7 @@
 package_python-scipy() {
   depends=('python-numpy')
   provides=('python3-scipy' 'scipy')
+  optdepends=('python-pillow: for image saving module')
 
   cd scipy-${pkgver}
   export LDFLAGS="-Wall -shared"
@@ -77,6 +78,7 @@
 
 package_python2-scipy() {
   depends=('python2-numpy')
+  optdepends=('python2-pillow: for image saving module')
   conflicts=('python-scipy<0.9.0')
 
   cd scipy-${pkgver}-py2



More information about the arch-commits mailing list