wok diff matplotlib/receipt @ rev 3757

mirror-tools/mkpkgiso: fix sort weights
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 24 11:41:10 2009 +0200 (2009-07-24)
parents 180020af2ba6
children 90fa5e62d1ab
line diff
     1.1 --- a/matplotlib/receipt	Sat Apr 11 10:19:49 2009 +0000
     1.2 +++ b/matplotlib/receipt	Fri Jul 24 11:41:10 2009 +0200
     1.3 @@ -8,10 +8,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://matplotlib.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 -DEPENDS="python zlib libpng freetype numpy gtk+ expat xorg-libXau \
     1.8 +DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \
     1.9  xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \
    1.10  xorg-libXinerama xorg-libXrandr xorg-libXrender"
    1.11 -BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev numpy"
    1.12 +BUILD_DEPENDS="python python-dev zlib-dev libpng-dev freetype-dev python-numpy"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()