mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-toyplot: fix the depends
This commit is contained in:
parent
b80727d970
commit
02673c57d9
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ pkgver='2.0.0'
|
|||
pkgrel=1
|
||||
pkgdesc="A modern plotting toolkit supporting electronic publishing and reproducibility."
|
||||
url="https://github.com/sandialabs/toyplot"
|
||||
depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel')
|
||||
depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six' 'python-pandas' 'ipython')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-flit-core')
|
||||
license=('BSD-3-Clause')
|
||||
arch=('any')
|
||||
source=("https://pypi.io/packages/source/${name::1}/${name}/${name}-${pkgver}.tar.gz")
|
||||
|
|
Loading…
Add table
Reference in a new issue