mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/python-matplotlib to 2.2.2-2
This commit is contained in:
parent
f5a655560b
commit
487b88b5fa
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgbase=python-matplotlib
|
||||
pkgname=('python-matplotlib' 'python2-matplotlib')
|
||||
pkgver=2.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A python plotting library, making publication quality plots"
|
||||
arch=('x86_64')
|
||||
url='http://matplotlib.org'
|
||||
|
@ -101,7 +101,7 @@ package_python-matplotlib() {
|
|||
|
||||
package_python2-matplotlib() {
|
||||
depends=('python2-pytz' 'python2-numpy' 'python2-pyqt5' 'python2-dateutil' 'python2-pyparsing'
|
||||
'python2-cycler' 'python2-kiwisolver' 'libxkbcommon-x11')
|
||||
'python2-cycler' 'python2-kiwisolver' 'libxkbcommon-x11' 'python2-backports.functools_lru_cache')
|
||||
optdepends=('pygtk: for GTK/GTKAgg/GTKCairo backend'
|
||||
'python2-cairo: for GTKCairo/GTK3Cairo backend'
|
||||
'python2-pyqt4: for Qt4Agg backend'
|
||||
|
|
Loading…
Reference in a new issue