summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haider2017-02-05 10:04:41 +0100
committerThomas Haider2017-02-05 10:04:41 +0100
commita8ecd135c938dda752bb4ff6927d11e38d810dbd (patch)
tree97466d27672768685ab22f397979df0faf0ca2be
parent6d94517180eb69662e451845fc34a4b8657b3e00 (diff)
downloadaur-a8ecd135c938dda752bb4ff6927d11e38d810dbd.tar.gz
add optdepend for matplotlib
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a0c6635678..9ae26708025e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = bley-git
optdepends = sqlite: required for SQLite support
optdepends = python-psycopg2: required for PostgreSQL support
optdepends = python-mysqlclient: required for MySQL support
+ optdepends = python-matplotlib: required for bleygraph
provides = bley
conflicts = bley
source = bley-git::git+https://github.com/evgeni/bley.git
diff --git a/PKGBUILD b/PKGBUILD
index 93f9834cd297..320bc2b63288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ optdepends=('postfix: mail server (Message Transfer Agent)'
'exim: mail server (Message Transfer Agent)'
'sqlite: required for SQLite support'
'python-psycopg2: required for PostgreSQL support'
- 'python-mysqlclient: required for MySQL support')
+ 'python-mysqlclient: required for MySQL support'
+ 'python-matplotlib: required for bleygraph')
makedepends=('git' 'python-setuptools')
provides=("bley")
conflicts=("bley")