summaryrefslogtreecommitdiffstats
path: root/testing/py-matplotlib
diff options
context:
space:
mode:
authorIsaac Dunham <ibid.ag@gmail.com>2014-09-09 22:19:01 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-10 07:56:52 +0000
commit402845699265ebae57fd4d028cf95e0838445b26 (patch)
treeea54b8394ce8fca44d9d2d4455bb305816acbca3 /testing/py-matplotlib
parenta2008f6e9c8a1cbf7609c3c18f8cb250c071b93c (diff)
downloadaports-402845699265ebae57fd4d028cf95e0838445b26.tar.bz2
aports-402845699265ebae57fd4d028cf95e0838445b26.tar.xz
testing/py-matplotlib: needs dateutil and pyparsing
Diffstat (limited to 'testing/py-matplotlib')
-rw-r--r--testing/py-matplotlib/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD
index 7f336aff4..9f6229258 100644
--- a/testing/py-matplotlib/APKBUILD
+++ b/testing/py-matplotlib/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=py-matplotlib
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="A Python library for plots"
url="http://matplotlib.org"
arch="all"
license="custom"
-depends="python py-numpy py-tkinter"
+depends="python py-numpy py-tkinter py-dateutil py-parsing"
depends_dev=""
makedepends="$depends python-dev gfortran py-numpy-dev freetype-dev
libpng-dev tk-dev"